You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A TLS connector for rustls modelled after the openssl and native-tls APIs.
Wraps rustls with a high-level RustlsConnector type that mirrors the
ergonomics of native_tls::TlsConnector, making it straightforward to swap
TLS backends in existing code. An async variant is available via the futures
feature.