mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Merge remote-tracking branch 'security/topic/awelzel/200-pop-fuzzer-timeout'
* security/topic/awelzel/200-pop-fuzzer-timeout: ssl: Prevent unbounded ssl_history growth ssl: Cap number of alerts parsed from SSL record
This commit is contained in:
commit
091c849abe
9 changed files with 79 additions and 1 deletions
|
@ -0,0 +1,12 @@
|
|||
# Test max history length functionality
|
||||
|
||||
# @TEST-EXEC: zeek -r $TRACES/tls/tls-conn-with-extensions.trace
|
||||
# @TEST-EXEC: zeek-cut uid ssl_history < ssl.log > ssl-max-history-length-default.log
|
||||
# @TEST-EXEC: btest-diff ssl-max-history-length-default.log
|
||||
# @TEST-EXEC: ! test -f weird.log
|
||||
#
|
||||
# @TEST-EXEC: zeek -r $TRACES/tls/tls-conn-with-extensions.trace SSL::max_ssl_history_length=3
|
||||
# @TEST-EXEC: zeek-cut uid ssl_history < ssl.log > ssl-max-history-length-3.log
|
||||
# @TEST-EXEC: zeek-cut uid name < weird.log > weird-max-history-length-3.log
|
||||
# @TEST-EXEC: btest-diff ssl-max-history-length-3.log
|
||||
# @TEST-EXEC: btest-diff weird-max-history-length-3.log
|
Loading…
Add table
Add a link
Reference in a new issue