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.
- Variable
crypt
 .Cipher.CipherAlgorithmSSL.state.crypt- Description
 Encryption or decryption object.
- Variable
mac
 .Cipher.MACAlgorithmSSL.state.mac- Description
 Message Authentication Code
- Variable
seq_num
 Gmp.mpzSSL.state.seq_num- Description
 64-bit sequence number.