Available on crate feature
ring
only.Expand description
ring based CryptoProvider.
Modules§
- cipher_
suite - All defined cipher suites supported by ring appear in this module.
- kx_
group - All defined key exchange groups supported by ring appear in this module.
- sign
- Using software keys for authentication.
Structs§
- Ticketer
std
orhashbrown
- A concrete, safe ticket creation mechanism.
Statics§
- ALL_
CIPHER_ SUITES - A list of all the cipher suites supported by the rustls ring provider.
- ALL_
KX_ GROUPS - A list of all the key exchange groups supported by rustls.
- DEFAULT_
CIPHER_ SUITES - The cipher suite configuration that an application should use by default.
Functions§
- default_
provider - A
CryptoProvider
backed by the ring crate.