zeek/scripts/base/protocols/ssl
Bernhard Amann 4ae52d9e1c Support parsing of several TLS extensions.
At the moment, we have support for:
elliptic_curves: client supported elliptic curves
ec_point_formats: list of client supported EC point formats
application_layer_protocol_negotiation: list of supported application layer protocols (used for spdy/http2 negotiation)
server_name: server name sent by client. This was supported before, but... a bit brittle.
2014-04-23 14:34:06 -07:00
..
__load__.bro Very basic file-analyzer for x509 certificates. Mostly ripped from 2013-09-16 14:08:22 -07:00
consts.bro More google tls extensions that are being actively used. 2014-02-24 12:56:06 -08:00
dpd.sig update dpd for tls 1.2 2014-04-10 08:12:02 -07:00
files.bro Merge remote-tracking branch 'origin/topic/bernhard/file-analysis-x509' 2014-03-14 09:53:07 -07:00
main.bro Support parsing of several TLS extensions. 2014-04-23 14:34:06 -07:00
mozilla-ca-list.bro Update mozilla root bundle 2014-02-28 03:40:18 -08:00
README Add README files for base/protocols 2013-10-17 12:47:32 -05:00

Support for Secure Sockets Layer (SSL) protocol analysis.