zeek/scripts/base/protocols/ssl
Johanna Amann 21888a145a SSL: do not try to disable failed analyzer
Currently, if a TLS/DTLS analyzer fails with a protocol violation, we
will still try to remove the analyzer later, which results in the
following error message:

error: connection does not have analyzer specified to disable

Now, instead we don't try removing the analyzer anymore, after a
violation occurred.
2023-05-03 11:16:14 +01:00
..
__load__.zeek Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
consts.zeek Update SSL consts 2021-01-20 14:14:47 +00:00
ct-list.zeek Update CT log list. 2022-10-06 15:10:59 +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 SSL: do not try to disable failed analyzer 2023-05-03 11:16:14 +01:00
mozilla-ca-list.zeek Update X.509 and CT trust anchors 2022-04-28 13:58:29 +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.