[Top]
SSL
SSL.state
|
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
session
-
object session
- Description
-
Information about the used algorithms.
- Variable
mac
-
.Cipher.MACAlgorithm mac
- Description
-
Message Authentication Code
- Variable
crypt
-
.Cipher.CipherAlgorithm crypt
- Description
-
Encryption or decryption object.
- Variable
seq_num
-
Gmp.mpz seq_num
- Description
-
64-bit sequence number.
|