Module suites

Source

Structs§

CipherSuiteCommon
Common state for cipher suites (both for TLS 1.2 and TLS 1.3)
ExtractedSecrets
Secrets for transmitting/receiving data over a TLS session.
PartiallyExtractedSecrets 🔒
ExtractedSecrets minus the sequence numbers

Enums§

ConnectionTrafficSecrets
Secrets used to encrypt/decrypt data in a TLS session.
SupportedCipherSuite
A cipher suite supported by rustls.

Functions§

compatible_sigscheme_for_suites 🔒
Return true if sigscheme is usable by any of the given suites.