Structs§
- Common state for cipher suites (both for TLS 1.2 and TLS 1.3)
Enums§
- Bulk symmetric encryption scheme used by a cipher suite.
- A cipher suite supported by rustls.
Statics§
- A list of all the cipher suites supported by rustls.
- The cipher suite configuration that an application should use by default.
Functions§
- Return true if
sigscheme
is usable by any of the given suites. - Return a list of the ciphersuites in
all
with the suites incompatible withSignatureAlgorithm
sigalg
removed. - Return a list of the ciphersuites in
all
with the suites incompatible with the chosenversion
removed.