zeek/scripts/base/protocols/ssl
Johanna Amann eb50b3fed1 Change end-of-connection handling for validation
Move from using CCS (before: established) to just doing certificate
validation at the end of the connection.

This is (again) more robust in the case of aborted connection. I am
moving this into a hook because of the complexity of the
end-of-connection handling for SSL.

This should probably be extended to not just handle SSL validation, but
all other logging constructs that are currently called in _established.
2017-05-11 22:50:20 -07:00
..
__load__.bro Add CT log information to Bro 2017-03-16 13:50:32 -07:00
consts.bro Add support for two TLS 1.3 extensions. 2017-04-05 11:55:40 -07:00
ct-list.bro Add CT log information to Bro 2017-03-16 13:50:32 -07:00
dpd.sig SSL: update dpd signature for TLS1.3 2017-04-05 08:58:08 -07:00
files.bro OCSP: re-enable logging, fix tests, fix x509 issue 2017-02-10 17:05:12 -08:00
main.bro Change end-of-connection handling for validation 2017-05-11 22:50:20 -07: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.