mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
Spicy TLS: SSLv2 client hello support.
This lets us parse traces that use the old SSLv2 client hello format, while actually negotiating SSLv3 and above.
This commit is contained in:
parent
71d2e8d961
commit
2aae73ea75
3 changed files with 110 additions and 37 deletions
|
@ -1,6 +1,3 @@
|
|||
# Does not work in spicy version, due to missing SSLv2 handshake support
|
||||
# @TEST-REQUIRES: ! grep -q "#define ENABLE_SPICY_SSL" $BUILD/zeek-config.h
|
||||
|
||||
# @TEST-EXEC: zeek -b -Cr $TRACES/tls/ecdsa-cert.pcap %INPUT
|
||||
# @TEST-EXEC: cat intel.log > intel-all.log
|
||||
# @TEST-EXEC: zeek -b -r $TRACES/tls/ssl.v3.trace %INPUT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue