Expand description
Shim layer for TLS protocol implementations.
Structs§
- AeadKey
- An AEAD key of fixed size.
Enums§
- Alert
Description - The
AlertDescription
TLS protocol enum. Values in this enum are taken from the various RFCs covering TLS, and are listed by IANA. TheUnknown
item is used when processing unrecognized ordinals. - Connection
Traffic Secrets - Secrets used to encrypt/decrypt data in a TLS session.
- Content
Type - The
ContentType
TLS protocol enum. Values in this enum are taken from the various RFCs covering TLS, and are listed by IANA. TheUnknown
item is used when processing unrecognized ordinals. - Peer
- The peer in a TLS connection: client or server.
- Protocol
Version - The
ProtocolVersion
TLS protocol enum. Values in this enum are taken from the various RFCs covering TLS, and are listed by IANA. TheUnknown
item is used when processing unrecognized ordinals.
Traits§
- TlsSession
- TLS session context abstraction.