Class SSL.State
- Description
The state object handles a one-way stream of packets, and operates in either decryption or encryption mode. A connection switches from one set of state objects to another, one or more times during its lifetime.
- Variable crypt
Cipher.CipherAlgorithmSSL.State.crypt- Description
Encryption or decryption object.
- Variable mac
Cipher.MACAlgorithmSSL.State.mac- Description
Message Authentication Code
- Variable salt
stringSSL.State.salt- Description
TLS 1.2 IV salt. This is used as a prefix for the IV for the AEAD cipher algorithms.
- Variable seq_num
intSSL.State.seq_num- Description
64-bit sequence number.
- Variable session
SessionSSL.State.session- Description
Information about the used algorithms.
- Variable tls_iv
intSSL.State.tls_iv- Description
TLS IV prefix length.