pub const DEFAULT_TLS12_PROVIDER: CryptoProvider;
Available on crate feature
ring
only.Expand description
The default CryptoProvider
backed by ring that only supports TLS1.2.
Use of TLS1.3 is strongly recommended.
pub const DEFAULT_TLS12_PROVIDER: CryptoProvider;
ring
only.The default CryptoProvider
backed by ring that only supports TLS1.2.
Use of TLS1.3 is strongly recommended.