[][src]Module async_tls_lite::prelude

Modules

pemfile

Functions for parsing PEM files containing certificates/keys.

Structs

ClientConfig

Common configuration for (typically) all connections made by a program.

ClientSession

This represents a single TLS client session.

DNSNameRef

A reference to a DNS Name suitable for use in the TLS Server Name Indication (SNI) extension and/or for use as the reference hostname for which to verify a certificate.

NoClientAuth

Turns off client authentication.

ServerConfig

Common configuration for a set of server sessions.

ServerSession

This represents a single TLS server session.

Statics

TLS_SERVER_ROOTS

Traits

RustlsSession

Generalises ClientSession and ServerSession