ssl_connection_info
recordThe main data structure managed by the SSL
analyzer is
a collection of ssl_connection_info
records, where the
record type is shown below.
type ssl_connection_info: record { id: count; # the log identifier number connection_id: conn_id; # IP connection information version: count; # version associated with connection client_cert: x509; server_cert: x509; id_index: string; # index for associated sessionID handshake_cipher: count; # cipher suite client and server agreed upon };
The corresponding fields are Fixme: the description here is out of date:
id
1
and incrementing with each new connection.
connection_id
version
SSLv20
, for SSL version 2.0, SSLv30
for version 3.0, and
SSLv31
for version 3.1.
client_cert
server_cert
id_index
SSL_sessionID_record
table.
handshake_cipher
0xABCD
).