zeek/testing/btest/scripts/base/frameworks
Johanna Amann 3bce313b12 Switch file UID hashing from md5 to highwayhash.
This commit switches UID hashing from md5 to a highway hash. It also
moves the salt value out of the file plugin - and makes it
installation-specific instead - it is moved to the global namespace.

There now are digest hash functions to make "static"
installation-specific hashes that are stable over workers available to
everyone; hashes can be 64, 128 or 256 bits in size.

Due to the fact that we switch the file hashing algorithm, all file
hashes change.

The underlyigng algorithm that is used for hashing is highwayhash-128,
which is significantly faster than md5.
2020-04-30 10:20:09 -07:00
..
analyzer GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
cluster Fix Broker topics used to uniquely identify cluster nodes 2020-04-10 14:36:00 -07:00
config Improve btest timeouts 2020-02-06 17:50:17 -08:00
control Improve btest timeouts 2020-02-06 17:50:17 -08:00
dpd Add DPD::max_violations option 2019-07-19 13:00:02 -07:00
file-analysis Switch file UID hashing from md5 to highwayhash. 2020-04-30 10:20:09 -07:00
input Improve an input framework test 2020-02-07 20:03:10 -08:00
intel Improve btest timeouts 2020-02-06 17:50:17 -08:00
logging Fix a btest's race condition by handling Pcap::file_done 2020-02-06 17:50:17 -08:00
netcontrol Test changes caused by minor order-of-operation changes related to the new loop architecture 2020-01-31 10:13:09 -07:00
notice Change notices to be processed on worker. 2019-06-25 13:51:27 -07:00
openflow GH-387: update Broker topic names to use "zeek/" prefix 2019-05-29 15:56:37 -07:00
packet-filter GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
reporter Enable leak checks for btests that produce runtime exceptions 2020-03-23 21:51:12 -07:00
software GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00
sumstats Improve btest timeouts 2020-02-06 17:50:17 -08:00