Expand description
TLS for handling https.
Structs§
- Certificate
- An X509 certificate for a server or a client.
- Client
Cert - A client certificate.
- Private
Key - A private key used in client certificate auth.
- TlsConfig
- Configuration of TLS.
- TlsConfig
Builder - Builder of
TlsConfig
Enums§
- PemItem
- Kinds of PEM data found by
parse_pem - Root
Certs - Configuration setting for root certs.
- TlsProvider
- Setting for which TLS provider to use.
Functions§
- parse_
pem - Parser of PEM data.