Function servers::install_ring_crypto_provider

source ยท
pub fn install_ring_crypto_provider() -> Result<(), String>
Expand description

Install the ring crypto provider for rustls process-wide. see:

https://docs.rs/rustls/latest/rustls/crypto/struct.CryptoProvider.html#using-the-per-process-default-cryptoprovider

for more information.