feature. See also
. The project being documented here (as the example) is the Zig library itself.
tls.ExtensionType
pub const ExtensionType = enum(u16)
File
Code
pub const ExtensionType = enum(u16) {
server_name = 0,
max_fragment_length = 1,
status_request = 5,
supported_groups = 10,
signature_algorithms = 13,
use_srtp = 14,
heartbeat = 15,
application_layer_protocol_negotiation = 16,
signed_certificate_timestamp = 18,
client_certificate_type = 19,
server_certificate_type = 20,
padding = 21,
pre_shared_key = 41,
early_data = 42,
supported_versions = 43,
cookie = 44,
psk_key_exchange_modes = 45,
certificate_authorities = 47,
oid_filters = 48,
post_handshake_auth = 49,
signature_algorithms_cert = 50,
key_share = 51,
quic_transport_parameters = 57,
_,
}