zeek/scripts/base/protocols/ssl
Johanna Amann 1fe6a02169 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.
2024-08-13 18:03:06 +01:00
..
__load__.zeek Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
consts.zeek Update TLS consts, mainly new named curves. 2024-05-23 14:50:36 +01:00
ct-list.zeek Update Mozilla CA list and CT list 2024-07-23 16:05:30 +01:00
dpd.sig Match DPD TLS signature on one-sided connections. 2022-02-01 16:51:21 +00:00
files.zeek Spelling fixes: scripts 2022-11-02 17:36:39 -04:00
main.zeek Make ssl_history work for SSLv2 handshakes/connections 2024-08-13 18:03:06 +01:00
mozilla-ca-list.zeek Update Mozilla CA list and CT list 2024-07-23 16:05:30 +01:00
README SSL: Update OCSP/SCT scripts and documentation. 2017-07-27 16:22:40 -07:00

Support for Secure Sockets Layer (SSL)/Transport Layer Security(TLS) protocol analysis.