mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/johanna/tls12-decryption'
Documentation is missing and will be added in the next couple of hours. * origin/topic/johanna/tls12-decryption: (24 commits) TLS decryption: add test, fix small issues Address PR feedback TLS decryption: refactoring, more comments, less bare pointers Small code fix and test baseline update. SSL decryption: refactor TLS12_PRF SSL decryption: small style changes, a bit of documentation Deprecation and warning fixes Clang-format updates add missing call to EVP_KDF_CTX_set_params TLS decryption: remove payload from ssl_encrypted_data again. TLS 1.2 decryption: adapt OpenSSL 3.0 changes for 1.1 ssl: adapt TLS-PRF to openSSL 3.0 ssl/analyzer: potentially fix memory leaks caused by bytestrings analyzer/ssl: several improvements analyzer/ssl: defensive key length check + more debug logging testing: feature gate ssl/decryption test testing: add ssl/decryption test analyzer/ssl: handle missing <openssl/kdf.h> analyzer/ssl: silence warning in DTLS analyzer analyzer/ssl: move proc-{client,server}-hello into the respective analyzers ...
This commit is contained in:
commit
d38923cfcf
25 changed files with 947 additions and 109 deletions
|
@ -118,6 +118,7 @@
|
|||
@load protocols/ssh/geo-data.zeek
|
||||
@load protocols/ssh/interesting-hostnames.zeek
|
||||
@load protocols/ssh/software.zeek
|
||||
@load protocols/ssl/decryption.zeek
|
||||
@load protocols/ssl/expiring-certs.zeek
|
||||
# @load protocols/ssl/extract-certs-pem.zeek
|
||||
@load protocols/ssl/heartbleed.zeek
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue