Adding the draft SSL extension type next_protocol_negotiation.

This commit is contained in:
Seth Hall 2012-01-09 22:53:53 -05:00
parent 6d3d289d5c
commit 8ab372ccff

View file

@ -69,6 +69,7 @@ export {
[13] = "signature_algorithms", [13] = "signature_algorithms",
[14] = "use_srtp", [14] = "use_srtp",
[35] = "SessionTicket TLS", [35] = "SessionTicket TLS",
[13172] = "next_protocol_negotiation",
[65281] = "renegotiation_info" [65281] = "renegotiation_info"
} &default=function(i: count):string { return fmt("unknown-%d", i); }; } &default=function(i: count):string { return fmt("unknown-%d", i); };