zeek/testing
Jon Siwek 7a3ecd76b4 Merge remote-tracking branch 'origin/topic/johanna/md5-fips'
* origin/topic/johanna/md5-fips:
  A few more updates to the digest functions.
  Tell OpenSSL that MD5 is not used for security in order to allow bro to work properly on a FIPS system

I changed a couple places that looked like memory management pitfalls:
moved some cleanup code into the dtors of HashVal derived classes
(seemed like it got stuck in ctors by accident) and also added a
cautionary cleanup in the MIME code.

Plus minor formatting changes.
2019-01-24 17:20:06 -06:00
..
btest Merge remote-tracking branch 'origin/topic/johanna/md5-fips' 2019-01-24 17:20:06 -06:00
coverage Merge branch 'master' of https://github.com/chungmin99/bro 2018-08-08 13:11:20 -07:00
external Replace some bro.org usages with zeek.org 2019-01-04 17:51:25 -06:00
scripts Change doc/ subdir into a git submodule 2019-01-17 14:15:45 -06:00
.gitignore
Makefile Added coverage to .PHONY in Makefile due to testing/coverage 2018-07-30 12:17:40 -07:00
README

This directory contains suites for testing for Bro's correct
operation:

    btest/
        An ever-growing set of small unit tests testing Bro's
        functionality.

    external/
        A framework for downloading additional test sets that run more
        complex Bro configuration on larger traces files. Due to their
        size, these are not included directly. See the README for more
        information. 

    scripts/
        Helpers scripts used by some tests.