zeek/scripts/base/protocols/ssl
Johanna Amann 0cd0ffed13 SSL: update dpd signature for TLS1.3
The dpd signature missed a few cases that are used for TLS 1.3,
especially when draft versions (which are all that we are seeing at the
moment) are being negotiated.

This fix mostly allows draft versions in the server hello (identified by
7F[version]; since we do not know how many drafts there will be, we are
currently allowing a rather safe upper limit.
2017-04-05 08:58:08 -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 new TLS extension type (cached_info) 2017-01-19 13:22:34 -08: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.