Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Side by Side Diff: third_party/tlslite/patches/extension_number_update.patch

Issue 1675693002: Update Token Binding TLS Extension number to IANA-allocated number (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: udpate -> update Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/tlslite/README.chromium ('k') | third_party/tlslite/tlslite/constants.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 diff --git a/third_party/tlslite/tlslite/constants.py b/third_party/tlslite/tlsl ite/constants.py
2 index 84bb703..715def9 100644
3 --- a/third_party/tlslite/tlslite/constants.py
4 +++ b/third_party/tlslite/tlslite/constants.py
5 @@ -55,11 +55,11 @@ class ExtensionType: # RFC 6066 / 4366
6 srp = 12 # RFC 5054
7 cert_type = 9 # RFC 6091
8 signed_cert_timestamps = 18 # RFC 6962
9 - extended_master_secret = 23 # draft-ietf-tls-session-hash-06
10 + extended_master_secret = 23 # RFC 7627
11 + token_binding = 24 # draft-ietf-tokbind-negotiation
12 tack = 0xF300
13 supports_npn = 13172
14 channel_id = 30032
15 - token_binding = 30033
16
17 class HashAlgorithm:
18 none = 0
OLDNEW
« no previous file with comments | « third_party/tlslite/README.chromium ('k') | third_party/tlslite/tlslite/constants.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698