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