Expand description
aws-lc-rs-based CryptoProvider.
Modules§
- All defined cipher suites supported by aws-lc-rs appear in this module.
- hash 🔒
- hmac 🔒
- Hybrid public key encryption (HPKE).
- kx 🔒
- All defined key exchange groups supported by aws-lc-rs appear in this module.
- pq 🔒Post-quantum secure algorithms.
- quic 🔒
- Compatibility shims between ring 0.16.x and 0.17.x API
- Using software keys for authentication.
- ticketer 🔒
- tls12 🔒
- tls13 🔒
Structs§
- AwsLcRs 🔒
- A concrete, safe ticket creation mechanism.
Statics§
- A list of all the cipher suites supported by the rustls aws-lc-rs provider.
- A list of all the key exchange groups supported by this provider.
- The cipher suite configuration that an application should use by default.
- A list of the default key exchange groups supported by this provider.
- A
WebPkiSupportedAlgorithms
value that reflects webpki’s capabilities when compiled against aws-lc-rs.
Functions§
- A
CryptoProvider
backed by aws-lc-rs. - fips 🔒Are we in FIPS mode?