Skip to main content

Module session

Module session 

Source
Expand description

TLS Session state management.

Tracks the state of a TLS connection including version, cipher suite, randoms, master secret, and derived keys.

Structs§

ConnState
TLS connection state for one direction (read or write).
NssKeyLogEntry
NSS key log file parser.
TlsSession
TLS session state.

Enums§

ConnectionEnd
Connection end identifier.

Functions§

parse_nss_key_log
Parse an NSS key log file.