Expand description
Rustls based connector service.
See TlsConnector for main connector service factory docs.
Modules§
- reexports
- Re-exports from the
rustlsv0.23 ecosystem that are useful for connectors.
Structs§
- TlsConnector
- Connector service factory using
rustls. - TlsConnector
Service - Connector service using
rustls.
Functions§
- webpki_
roots_ cert_ store - Returns standard root certificates from
webpki-rootscrate as a rustls certificate store.