Class SSL.state
- Description
A connection switches from one set of state objects to another, one or more times during its lifetime. Each state object handles a one-way stream of packets, and operates in either decryption or encryption mode.
- Constant Alert
constant
SSL.state.Alert
- Variable crypt
.Cipher.CipherAlgorithm
SSL.state.crypt- Description
Encryption or decryption object.
- Variable mac
.Cipher.MACAlgorithm
SSL.state.mac- Description
Message Authentication Code
- Variable seq_num
Gmp.mpz
SSL.state.seq_num- Description
64-bit sequence number.
- Variable session
object
SSL.state.session- Description
Information about the used algorithms.
- Variable tls_iv
int
SSL.state.tls_iv- Description
TLS IV prefix length.