zeek/testing/btest/scripts/base/protocols/ssl
Bernhard Amann ea1616bed5 At the moment, SSL connections where the ssl_established event does not fire are not logged.
That means that, for example, connections that are terminated with an alert during the
handshake never appear in the ssl.log.

This patch changes this behavior - now all ssl connections that fire any event are logged.

The protocol confirmation of the ssl analyzer is moved to the client_hello instead to
the server hello. Furthermore, an additional field is added to ssl.log, which indicates
if a connection has been established or not (which probably indicates a handshake problem).
2014-03-04 14:23:49 -08:00
..
basic.test More bugfixs, cleanup, and test for SSL analyzer 2012-05-03 10:52:24 -04:00
tls-1.2-ciphers.test Change ciphers in changes ciphers from a set to a vector. 2013-12-04 11:38:15 -08:00
tls-1.2-handshake-failure.test At the moment, SSL connections where the ssl_established event does not fire are not logged. 2014-03-04 14:23:49 -08:00
tls-1.2-random.test Change ciphers in changes ciphers from a set to a vector. 2013-12-04 11:38:15 -08:00
tls-1.2.test Single character fix to correct support for TLS 1.2 (my bad). 2013-07-02 14:49:36 -04:00
x509_extensions.test Fix x509-extension test sometimes failing. 2014-02-05 10:01:51 -08:00