Crate rustls_mbedcrypto_provider
source ·Expand description
rustls-mbedcrypto-provider
rustls-mbedcrypto-provider is a crypto provider for rustls based on mbedtls.
Modules
- All defined cipher suites supported by mbedtls appear in this module.
- All defined key exchange groups supported by mbedtls appear in this module.
- RNG supported by mbedtls
- Message signing interfaces.
- Supported signature verify algorithms
Structs
- Implements
KeyProviderusingmbedtls - Implements
SecureRandomusingmbedtls
Statics
- A list of all the cipher suites supported by the rustls mbedtls provider.
- A list of all the key exchange groups supported by mbedtls.
- The cipher suite configuration that an application should use by default.
Functions
- returns a
CryptoProviderbacked by the mbedtls crate.