Merge remote-tracking branch 'origin/topic/johanna/tls13-extensions'

* origin/topic/johanna/tls13-extensions:
  Add support for two TLS 1.3 extensions.
This commit is contained in:
Robin Sommer 2017-04-21 14:15:23 -07:00
commit bf15ff4c83
8 changed files with 186 additions and 1 deletions

View file

@ -163,6 +163,10 @@ export {
[42] = "early_data", # new for 1.3, state of draft-16
[43] = "supported_versions", # new for 1.3, state of draft-16
[44] = "cookie", # new for 1.3, state of draft-16
[45] = "psk_key_exchange_modes", # new for 1.3, state of draft-18
[46] = "TicketEarlyDataInfo", # new for 1.3, state of draft-16
[47] = "certificate_authorities", # new for 1.3, state of draft-18
[48] = "oid_filters", # new for 1.3, state of draft-18
[13172] = "next_protocol_negotiation",
[13175] = "origin_bound_certificates",
[13180] = "encrypted_client_certificates",