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

Unified Diff: third_party/tlslite/tlslite/constants.py

Issue 263213005: Move channel id tests up from OpenSSL and update channelid version. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Accept all error codes in SSLClientSocketChannelIDTest.FailingChannelID Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/tlslite/patches/channel_id.patch ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tlslite/tlslite/constants.py
diff --git a/third_party/tlslite/tlslite/constants.py b/third_party/tlslite/tlslite/constants.py
index feca4232f474fa4a50fe2505ec544c8673078a6f..30d1f9f858c0df534ce793177b1879e00683fd37 100644
--- a/third_party/tlslite/tlslite/constants.py
+++ b/third_party/tlslite/tlslite/constants.py
@@ -52,7 +52,7 @@ class ExtensionType: # RFC 6066 / 4366
signed_cert_timestamps = 18 # RFC 6962
tack = 0xF300
supports_npn = 13172
- channel_id = 30031
+ channel_id = 30032
class NameType:
host_name = 0
« no previous file with comments | « third_party/tlslite/patches/channel_id.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698