mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
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.
This commit is contained in:
commit
7a3ecd76b4
15 changed files with 228 additions and 145 deletions
6
CHANGES
6
CHANGES
|
@ -1,4 +1,10 @@
|
|||
|
||||
2.6-103 | 2019-01-24 17:09:05 -0600
|
||||
|
||||
* Change digest.h functions to use EVP_MD_CTX interface (Johanna Amann)
|
||||
|
||||
* Improve support for FIPS systems (Robert Clark)
|
||||
|
||||
2.6-98 | 2019-01-24 12:52:18 -0800
|
||||
|
||||
* Added ERSPAN III testing (Stu H)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue