mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Make ssl_history work for SSLv2 handshakes/connections
It turns out that the ssl_history field never was populated with C/S for SSLv2 connections, or connections using the SSLv2 handshake. In our testcases, the latter is especially common - with connections up to TLS1 using the old SSLv2 client hello for backwards compatibility. This change resolves this issue. As the history is not by default enabled in a lot of locations, baseline impact is minor.
This commit is contained in:
parent
44a3ed676b
commit
1fe6a02169
5 changed files with 14 additions and 4 deletions
2
testing/external/commit-hash.zeek-testing
vendored
2
testing/external/commit-hash.zeek-testing
vendored
|
@ -1 +1 @@
|
|||
4f808b8e1a4e99e738af85f15a5534c0ee99cdba
|
||||
e3a2d006118261fe49e10ac44f6668204e21ccd4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue