Module tls

Source

Structs§

TlsSocket
A TLS socket. This is a wrapper around a TcpSocket that provides a TLS connection.

Constants§

MAX_FRAGMENT_LENGTH
TLS maximum fragment length, equivalent to 2^14 bytes (16_384 bytes)