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§

tls
Provide a TlsConnector for ureq.