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
|
@ -1,9 +1,9 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
### NOTE: This file has been sorted with diff-sort.
|
||||
warning in <...>/extract-certs-pem.zeek, line 1: deprecated script loaded from <...>/__load__.zeek:12 "Remove in v5.1. Use log-certs-base64.zeek instead."
|
||||
warning in <...>/extract-certs-pem.zeek, line 1: deprecated script loaded from <...>/__load__.zeek:13 "Remove in v5.1. Use log-certs-base64.zeek instead."
|
||||
warning in <...>/extract-certs-pem.zeek, line 1: deprecated script loaded from command line arguments "Remove in v5.1. Use log-certs-base64.zeek instead."
|
||||
warning in <...>/log-ocsp.zeek, line 1: deprecated script loaded from <...>/test-all-policy.zeek:61 ("Remove in v5.1. OCSP logging is now enabled by default")
|
||||
warning in <...>/log-ocsp.zeek, line 1: deprecated script loaded from <...>/test-all-policy.zeek:61 ("Remove in v5.1. OCSP logging is now enabled by default")
|
||||
warning in <...>/log-ocsp.zeek, line 1: deprecated script loaded from command line arguments ("Remove in v5.1. OCSP logging is now enabled by default")
|
||||
warning in <...>/notary.zeek, line 1: deprecated script loaded from <...>/__load__.zeek:4 ("Remove in v5.1. Please switch to other more modern approaches like SCT validation (validate-sct.zeek).")
|
||||
warning in <...>/notary.zeek, line 1: deprecated script loaded from <...>/__load__.zeek:5 ("Remove in v5.1. Please switch to other more modern approaches like SCT validation (validate-sct.zeek).")
|
||||
warning in <...>/notary.zeek, line 1: deprecated script loaded from command line arguments ("Remove in v5.1. Please switch to other more modern approaches like SCT validation (validate-sct.zeek).")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue