Expand description
TLS for handling https.
Structs§
- An X509 certificate for a server or a client.
- A client certificate.
- Wrapper for TLS using native-tls.
- A private key used in client certificate auth.
- Wrapper for TLS using rustls.
- Configuration of TLS.
- Builder of
TlsConfig
Enums§
- Kinds of PEM data found by
parse_pem - Configuration setting for root certs.
- Setting for which TLS provider to use.
Functions§
- Parser of PEM data.