Structs§
- Cipher
Suite Common - Common state for cipher suites (both for TLS 1.2 and TLS 1.3)
- Extracted
Secrets - Secrets for transmitting/receiving data over a TLS session.
- Partially
Extracted 🔒Secrets - ExtractedSecrets minus the sequence numbers
Enums§
- Connection
Traffic Secrets - Secrets used to encrypt/decrypt data in a TLS session.
- Supported
Cipher Suite - A cipher suite supported by rustls.
Functions§
- compatible_
sigscheme_ 🔒for_ suites - Return true if
sigscheme
is usable by any of the given suites.