Module enums

Source

Enums§

rustls_handshake_kind
Describes which sort of handshake happened.
rustls_tls_version
Definitions of known TLS protocol versions.

Statics§

RUSTLS_ALL_VERSIONS
Rustls’ list of supported protocol versions. The length of the array is given by RUSTLS_ALL_VERSIONS_LEN.
RUSTLS_ALL_VERSIONS_LEN
The length of the array RUSTLS_ALL_VERSIONS.
RUSTLS_DEFAULT_VERSIONS
Rustls’ default list of protocol versions. The length of the array is given by RUSTLS_DEFAULT_VERSIONS_LEN.
RUSTLS_DEFAULT_VERSIONS_LEN
The length of the array RUSTLS_DEFAULT_VERSIONS.

Functions§

rustls_handshake_kind_str
Convert a rustls_handshake_kind to a string with a friendly description of the kind of handshake.