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 ifsigschemeis usable by any of the given suites.
- Return a list of the ciphersuites inallwith the suites incompatible withSignatureAlgorithmsigalgremoved.
- Return a list of the ciphersuites inallwith the suites incompatible with the chosenversionremoved.