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

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

Issue 1781003003: Implement referred Token Bindings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add #ifdef for OS_ANDROID in TokenBindingURLRequestTest Created 4 years, 9 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/save_randoms.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/tlsconnection.py
diff --git a/third_party/tlslite/tlslite/tlsconnection.py b/third_party/tlslite/tlslite/tlsconnection.py
index e42b3628ca690baefeee30dca9d2843fa80356b2..41aab85a71b3726d8cafb6060c94c44000e999a8 100644
--- a/third_party/tlslite/tlslite/tlsconnection.py
+++ b/third_party/tlslite/tlslite/tlsconnection.py
@@ -1570,6 +1570,8 @@ class TLSConnection(TLSRecordLayer):
#Set the session
self.session = session
+ self.clientRandom = clientHello.random
+ self.serverRandom = serverHello.random
yield None # Handshake done!
#Calculate the first cipher suite intersection.
« no previous file with comments | « third_party/tlslite/patches/save_randoms.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698