mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix parsing of version field in SSLv2 client hello
It turns out that, for probably a long time, we have reported an incorrect version when parsing an SSLv2 client hello. We always reported this as SSLv2, no matter which version the client hello actually contained. This bug probably went unnoticed for a long time, as SSLv2 is essentially unused nowadays, and as this field does not show up in the default logs. This was found due to a baseline difference when writing the Spicy SSL analyzer.
This commit is contained in:
parent
4b369bad2d
commit
a6edbf8bcd
6 changed files with 15 additions and 13 deletions
2
testing/external/commit-hash.zeek-testing
vendored
2
testing/external/commit-hash.zeek-testing
vendored
|
@ -1 +1 @@
|
|||
a1c74b74b8755dc4030dfd6034b2bdce23a07072
|
||||
df37cbcef57db5aeb09da8045deed0141d471507
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue