@@ -275,23 +275,24 @@ connected peer.
state state
-
State of the connection: initializing, handshake, established
+
State of the connection.
servername name
The name of the connected to server.
protocol version
The protocol version used for the connection: SSL2, SSL3, TLS1, TLS1.1, TLS1.2, TLS1.3, or unknown.
renegotiation state
Whether protocol renegotiation is allowed or disallowed.
-
alpn protocol
-
The protocol selected after Application-Layer Protocol - Negotiation (ALPN).
securitylevel level
The security level used for selection of ciphers, key size, etc.
+
session_reused boolean
+
Whether the session has been reused or not.
+
is_server boolean
+
Whether the connection configured as a server or client (false).
cipher cipher
The current cipher in use for the connection.
standard_name name
The standard RFC name of cipher.
bits n
@@ -298,24 +299,33 @@
The number of processed bits used for cipher.
secret_bits n
The number of secret bits used for cipher.
min_version version
The minimum protocol version for cipher.
+
id id
+
The OpenSSL cipher id.
description string
A text description of the cipher.
-
session_reused boolean
-
Whether the session has been reused or not.
-
session_id string
-
Unique session id for use in resuming the session.
-
session_ticket string
-
Unique session ticket for use in resuming the session.
+
alpn protocol
+
The protocol selected after Application-Layer Protocol + Negotiation (ALPN).
resumable boolean
Can the session be resumed or not.
start_time seconds
Time since session started in seconds since epoch.
timeout seconds
Max duration of session in seconds before time-out.
+
lifetime seconds
+
Session ticket lifetime hint in seconds.
+
session_id string
+
Unique session id for use in resuming the session.
+
session_ticket string
+
Unique session ticket for use in resuming the session.
+
ticket_app_data string
+
Unique session ticket application data.
+
master_key binary_string
+
Unique session master key.
compression mode
Compression method.
expansion mode
Expansion method.
session_cache_mode mode