Module actix_tls::connect::rustls_0_22
source · Available on crate features
connect
and rustls-0_22
only.Expand description
Rustls based connector service.
See TlsConnector
for main connector service factory docs.
Modules§
- Re-exports from the
rustls
v0.22 ecosystem that are useful for connectors.
Structs§
- Connector service factory using
rustls
. - Connector service using
rustls
.
Functions§
- native_roots_cert_store
rustls-0_22-native-roots
Returns root certificates viarustls-native-certs
crate as a rustls certificate store. - webpki_roots_cert_store
rustls-0_22-webpki-roots
Returns standard root certificates fromwebpki-roots
crate as a rustls certificate store.