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.