
[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.
Inherits
- Variable
session
object SSL.state()->session
- Description
-
Information about the used algorithms.
- Variable
mac
object SSL.state()->mac
- Description
-
Message Authentication Code
- Variable
crypt
object SSL.state()->crypt
- Description
-
Encryption or decryption object.
- Variable
seq_num
object(Gmp.mpz)|int SSL.state()->seq_num
- Description
-
64-bit sequence number.
Extracted from Pike v7.3 release 11 at 2001-11-03.
|