展开描述
基于 ring 的 CryptoProvider。
模块§
- 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.
结构体§
- Ticketer
- A concrete, safe ticket creation mechanism.
废除项§
- 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 this provider.
- DEFAULT_
CIPHER_ SUITES - The cipher suite configuration that an application should use by default.
- DEFAULT_
KX_ GROUPS - A list of the default key exchange groups supported by this provider.
函数§
- default_
provider - A
CryptoProviderbacked by the ring crate.