More google tls extensions that are being actively used.

This commit is contained in:
Bernhard Amann 2014-02-24 12:53:48 -08:00
parent 09c2491896
commit bc75988bd9

View file

@ -89,6 +89,8 @@ export {
[13175] = "origin_bound_certificates",
[13180] = "encrypted_client_certificates",
[30031] = "channel_id",
[30032] = "channel_id_new",
[35655] = "padding",
[65281] = "renegotiation_info"
} &default=function(i: count):string { return fmt("unknown-%d", i); };