Skip to main content

Module tls

Module tls 

Source
Expand description

TLS support for networking commands.

This module is available when the network feature is enabled. It requires either the native-tls or rustls-tls feature to be selected.

See [tls] for how to get a TLS connector.

Structs§

NuCryptoProvider
Stores the crypto provider used by rustls.

Statics§

CRYPTO_PROVIDER
Global NuCryptoProvider instance.

Functions§

native_certs
Load certificates from the platform certificate store.
tls_config
Provide a TlsConfig for ureq.