[go: up one dir, main page]

Module tls

Source
Expand description

TLS for handling https.

Structs§

Certificate
An X509 certificate for a server or a client.
ClientCert
A client certificate.
PrivateKey
A private key used in client certificate auth.
TlsConfig
Configuration of TLS.
TlsConfigBuilder
Builder of TlsConfig

Enums§

PemItem
Kinds of PEM data found by parse_pem
RootCerts
Configuration setting for root certs.
TlsProvider
Setting for which TLS provider to use.

Functions§

parse_pem
Parser of PEM data.