zeek/scripts/base/protocols/ssl
Johanna Amann 6c9449c780 Add support for two TLS 1.3 extensions.
New events:

event ssl_extension_supported_versions(c: connection, is_orig: bool, versions: index_vec)

event ssl_extension_psk_key_exchange_modes(c: connection, is_orig: bool, modes: index_vec)
2017-04-05 11:55:40 -07:00
..
__load__.bro Very basic file-analyzer for x509 certificates. Mostly ripped from 2013-09-16 14:08:22 -07:00
consts.bro Add support for two TLS 1.3 extensions. 2017-04-05 11:55:40 -07:00
dpd.sig SSL: update dpd signature for TLS1.3 2017-04-05 08:58:08 -07:00
files.bro Fix minor typos in documentation of various scripts 2016-11-11 14:08:17 -06:00
main.bro Fix minor typos in documentation of various scripts 2016-11-11 14:08:17 -06:00
mozilla-ca-list.bro Update Mozilla CA list. 2016-08-10 09:21:46 -07:00
README Add README files for base/protocols 2013-10-17 12:47:32 -05:00

Support for Secure Sockets Layer (SSL) protocol analysis.