Module enums

Module enums 

Source

Enums§

CertificateCompressionAlgorithm
The “TLS Certificate Compression Algorithm IDs” TLS protocol enum. Values in this enum are taken from RFC8879.
CertificateType
The CertificateType enum sent in the cert_type extensions. Values in this enum are taken from the various RFCs covering TLS, and are listed by IANA.
ContentType
The ContentType TLS protocol enum. Values in this enum are taken from the various RFCs covering TLS, and are listed by IANA. The Unknown item is used when processing unrecognized ordinals.
EchClientHelloType
The type of Encrypted Client Hello (EchClientHelloType).
HandshakeType
The HandshakeType TLS protocol enum. Values in this enum are taken from the various RFCs covering TLS, and are listed by IANA. The Unknown item is used when processing unrecognized ordinals.
ProtocolVersion
The ProtocolVersion TLS protocol enum. Values in this enum are taken from the various RFCs covering TLS, and are listed by IANA. The Unknown item is used when processing unrecognized ordinals.