zeek/scripts/base/protocols/ssl
Johanna Amann 577357d509 Small fixes and changes for the recent ssl-keyexchange-event merge.
This commit fixes a few small issues.

* server key exchange parameters are only parsed when a named curve is
  given.

* I removed the ssl-verbose.bro and moved the functionality into the
  testcase.

  The information that we get with these events is likely irrelevant to
  the majority of Bro users; I do not think that we have to ship a
  script that uses them by default. A script like this would be
  something to publish via the Bro package manager instead; this is the
  approach that we have taken with a number of the recent SSL addition.

* I marked the ssl_server_curve event as deprecated. More information is
  contained in the new ssl_ecdh_server_params event.

  This is an events that is probably seldomly (or never) directly used
  by anyone; I plan to completely remove it right after the 2.6 release.
2017-11-28 12:33:27 -08:00
..
__load__.bro Add CT log information to Bro 2017-03-16 13:50:32 -07:00
consts.bro Add new cipher suites from draft-ietf-tls-ecdhe-psk-aead-05 2017-07-06 11:13:24 -07:00
ct-list.bro Update CT Log list 2017-07-27 17:07:22 -07:00
dpd.sig SSL: update dpd signature for TLS1.3 2017-04-05 08:58:08 -07:00
files.bro SCT: Fix script error when mime type of file unknown. 2017-05-14 19:53:22 -07:00
main.bro Small fixes and changes for the recent ssl-keyexchange-event merge. 2017-11-28 12:33:27 -08:00
mozilla-ca-list.bro Update Mozilla CA list. 2016-08-10 09:21:46 -07: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.