mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
![]() This commit changes DPD matching for TLS connections. A one-sided match is enough to enable DPD now. This commit also removes DPD for SSLv2 connections. SSLv2 connections do basically no longer happen in the wild. SSLv2 is also really finnicky to identify correctly - there is very little data required to match it, and basically all matches today will be false positives. If DPD for SSLv2 is still desired, the optional signature in policy/protocols/ssl/dpd-v2.sig can be loaded. Fixes GH-1952 |
||
---|---|---|
.. | ||
__load__.zeek | ||
consts.zeek | ||
ct-list.zeek | ||
dpd.sig | ||
files.zeek | ||
main.zeek | ||
mozilla-ca-list.zeek | ||
README |
Support for Secure Sockets Layer (SSL)/Transport Layer Security(TLS) protocol analysis.