add channel_id tls extension number.

This number is not IANA defined, but we see it being
actively used.
This commit is contained in:
Bernhard Amann 2014-02-10 23:56:23 -08:00
parent 4b63b30901
commit adfe3a0754

View file

@ -86,6 +86,7 @@ export {
[13172] = "next_protocol_negotiation", [13172] = "next_protocol_negotiation",
[13175] = "origin_bound_certificates", [13175] = "origin_bound_certificates",
[13180] = "encrypted_client_certificates", [13180] = "encrypted_client_certificates",
[30031] = "channel_id",
[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); };