mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
![]() * origin/topic/johanna/dtls: a few more small script-level fixes update test baselines add a simple leak test for dtls add signature for dtls client hello Make the plugin structure more... legal. Only force logging of SSL if it actually was the SSL analyzer that failed. DTLS working. Implement correct parsing of TLS record fragmentation. Make handshake analyzer flow-based. This means we can feed data to it in chunks, which makes dealing with fragmentation a little bit more convenient. When setting the SSL analyzer to fail, also stop processing data that already has been delivered to the analyzer, not just future data. First step for a DTLS analyzer. BIT-1347 #merged Conflicts: scripts/base/protocols/ssl/main.bro testing/btest/Baseline/plugins.hooks/output |
||
---|---|---|
.. | ||
__load__.bro | ||
consts.bro | ||
dpd.sig | ||
files.bro | ||
main.bro | ||
mozilla-ca-list.bro | ||
README |
Support for Secure Sockets Layer (SSL) protocol analysis.