IANA assigned a couple of new tls extension numbers

This commit is contained in:
Bernhard Amann 2013-10-08 13:52:44 -07:00
parent 737b15aef9
commit 00b622f54d

View file

@ -78,6 +78,9 @@ export {
[13] = "signature_algorithms", [13] = "signature_algorithms",
[14] = "use_srtp", [14] = "use_srtp",
[15] = "heartbeat", [15] = "heartbeat",
[16] = "application_layer_protocol_negotiation",
[17] = "status_request_v2",
[18] = "signed_certificate_timestamp",
[35] = "SessionTicket TLS", [35] = "SessionTicket TLS",
[40] = "extended_random", [40] = "extended_random",
[13172] = "next_protocol_negotiation", [13172] = "next_protocol_negotiation",