mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
add btest w/ baseline for ssl-verbose testing dhe, ecdhe, and rsa key exchange logging
This commit is contained in:
parent
65e65080a0
commit
3af440ffcf
2 changed files with 41 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
# @TEST-EXEC: bro -r $TRACES/tls/dhe.pcap %INPUT
|
||||
# @TEST-EXEC: cat ssl.log > ssl-all.log
|
||||
# @TEST-EXEC: bro -r $TRACES/tls/ecdhe.pcap %INPUT
|
||||
# @TEST-EXEC: cat ssl.log >> ssl-all.log
|
||||
# @TEST-EXEC: bro -r $TRACES/tls/ssl.v3.trace %INPUT
|
||||
# @TEST-EXEC: cat ssl.log >> ssl-all.log
|
||||
# @TEST-EXEC: btest-diff ssl-all.log
|
||||
|
||||
@load protocols/ssl/ssl-verbose
|
Loading…
Add table
Add a link
Reference in a new issue