[][src]Module libtls::tls

TLS connections, clients and servers.

TLS clients or servers are created with with the Tls struct and configured with the Config configuration context.

Structs

Tls

TLS connection clients and servers.

Type Definitions

TlsReadCb

Read callback for Tls::accept_cbs and Tls::connect_cbs.

TlsWriteCb

Write callback for Tls::accept_cbs and Tls::connect_cbs.