Module tls

Module tls 

Source
Expand description

Shim layer for TLS protocol implementations.

Structs§

AeadKey
An AEAD key of fixed size.

Enums§

AlertDescription
The AlertDescription TLS protocol enum. Values in this enum are taken from the various RFCs covering TLS, and are listed by IANA. The Unknown item is used when processing unrecognized ordinals.
ConnectionTrafficSecrets
Secrets used to encrypt/decrypt data in a TLS session.
ContentType
The ContentType TLS protocol enum. Values in this enum are taken from the various RFCs covering TLS, and are listed by IANA. The Unknown item is used when processing unrecognized ordinals.
Peer
The peer in a TLS connection: client or server.
ProtocolVersion
The ProtocolVersion TLS protocol enum. Values in this enum are taken from the various RFCs covering TLS, and are listed by IANA. The Unknown item is used when processing unrecognized ordinals.

Traits§

TlsSession
TLS session context abstraction.