Expand description
Rustls based connector service.
See TlsConnector
for main connector service factory docs.
Modules§
- Re-exports from the
rustls
v0.21 ecosystem that are useful for connectors.
Structs§
- Connector service factory using
rustls
. - Connector service using
rustls
.
Functions§
- Returns root certificates via
rustls-native-certs
crate as a rustls certificate store. - Returns standard root certificates from
webpki-roots
crate as a rustls certificate store.