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

Unified Diff: third_party/tlslite/patches/save_client_hello.patch

Issue 858373002: Update third_party/tlslite to 0.4.8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Finish fixing client auth Created 5 years, 11 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
Index: third_party/tlslite/patches/save_client_hello.patch
diff --git a/third_party/tlslite/patches/save_client_hello.patch b/third_party/tlslite/patches/save_client_hello.patch
index aaa5d24bfc1c440d425ba4eb56fc4904d7fd1a0c..ee445b5c12459dc4a4bc26e476f1d947ec6d927f 100644
--- a/third_party/tlslite/patches/save_client_hello.patch
+++ b/third_party/tlslite/patches/save_client_hello.patch
@@ -1,8 +1,8 @@
diff --git a/third_party/tlslite/tlslite/tlsconnection.py b/third_party/tlslite/tlslite/tlsconnection.py
-index 996b7e9..06aa0c9 100644
+index 4f3ba1c..cb743fe 100644
--- a/third_party/tlslite/tlslite/tlsconnection.py
+++ b/third_party/tlslite/tlslite/tlsconnection.py
-@@ -1261,6 +1261,9 @@ class TLSConnection(TLSRecordLayer):
+@@ -1269,6 +1269,9 @@ class TLSConnection(TLSRecordLayer):
return # Handshake was resumed, we're done
else: break
(clientHello, cipherSuite) = result
« no previous file with comments | « third_party/tlslite/patches/req_cert_types.patch ('k') | third_party/tlslite/patches/signed_certificate_timestamps.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698