Module common_state

Source

Structsยง

CommonState
Connection state common to both client and server connections.
Context ๐Ÿ”’
HandshakeFlight ๐Ÿ”’
IoState
Values of this structure are returned from Connection::process_new_packets and tell the caller the current I/O state of the TLS connection.
TemperCounters ๐Ÿ”’
Tracking technically-allowed protocol actions that we limit to avoid denial-of-service vectors.

Enumsยง

HandshakeKind
Describes which sort of handshake happened.
KxState ๐Ÿ”’
Limit ๐Ÿ”’
Protocol ๐Ÿ”’
Side
Side of the connection.

Constantsยง

DEFAULT_BUFFER_LIMIT ๐Ÿ”’
DEFAULT_RECEIVED_PLAINTEXT_LIMIT ๐Ÿ”’

Traitsยง

State ๐Ÿ”’

Type Aliasesยง

HandshakeFlightTls12 ๐Ÿ”’
HandshakeFlightTls13 ๐Ÿ”’