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

Issue 1283373002: Implement extended master secret in tlslite (Closed)

Created:
5 years, 4 months ago by nharper
Modified:
5 years, 4 months ago
Reviewers:
davidben
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement extended master secret in tlslite BUG=467312 Committed: https://crrev.com/8a61fc9eaf016b964a6adc42dd2288f9193f70cd Cr-Commit-Position: refs/heads/master@{#344031}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address davidben's comments #

Total comments: 6

Patch Set 3 : Remove unused code; add setting to HandshakeSettings #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+247 lines, -14 lines) Patch
M third_party/tlslite/README.chromium View 1 chunk +3 lines, -1 line 0 comments Download
A third_party/tlslite/patches/extended_master_secret.patch View 1 2 1 chunk +197 lines, -0 lines 0 comments Download
M third_party/tlslite/tlslite/constants.py View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/tlslite/tlslite/handshakesettings.py View 1 2 2 chunks +5 lines, -0 lines 1 comment Download
M third_party/tlslite/tlslite/mathtls.py View 1 1 chunk +11 lines, -7 lines 0 comments Download
M third_party/tlslite/tlslite/messages.py View 1 2 4 chunks +7 lines, -0 lines 0 comments Download
M third_party/tlslite/tlslite/tlsconnection.py View 1 2 7 chunks +17 lines, -6 lines 0 comments Download
M third_party/tlslite/tlslite/tlsrecordlayer.py View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
nharper
5 years, 4 months ago (2015-08-12 22:36:10 UTC) #2
davidben
Sorry about the delay. I'm kind of amazed it's as small as it is. https://codereview.chromium.org/1283373002/diff/1/third_party/tlslite/tlslite/constants.py ...
5 years, 4 months ago (2015-08-14 22:31:18 UTC) #3
nharper
https://codereview.chromium.org/1283373002/diff/1/third_party/tlslite/tlslite/constants.py File third_party/tlslite/tlslite/constants.py (right): https://codereview.chromium.org/1283373002/diff/1/third_party/tlslite/tlslite/constants.py#newcode58 third_party/tlslite/tlslite/constants.py:58: extended_master_secret = 23 # RFC-ietf-tls-session-hash-06 On 2015/08/14 22:31:18, David ...
5 years, 4 months ago (2015-08-15 00:37:43 UTC) #4
davidben
https://codereview.chromium.org/1283373002/diff/20001/third_party/tlslite/patches/extended_master_secret.patch File third_party/tlslite/patches/extended_master_secret.patch (right): https://codereview.chromium.org/1283373002/diff/20001/third_party/tlslite/patches/extended_master_secret.patch#newcode1 third_party/tlslite/patches/extended_master_secret.patch:1: diff --git a/third_party/tlslite/tlslite/constants.py b/third_party/tlslite/tlslite/constants.py [I'm assuming this patch is ...
5 years, 4 months ago (2015-08-17 17:10:22 UTC) #5
nharper
https://codereview.chromium.org/1283373002/diff/20001/third_party/tlslite/patches/extended_master_secret.patch File third_party/tlslite/patches/extended_master_secret.patch (right): https://codereview.chromium.org/1283373002/diff/20001/third_party/tlslite/patches/extended_master_secret.patch#newcode1 third_party/tlslite/patches/extended_master_secret.patch:1: diff --git a/third_party/tlslite/tlslite/constants.py b/third_party/tlslite/tlslite/constants.py On 2015/08/17 17:10:21, David Benjamin ...
5 years, 4 months ago (2015-08-18 00:03:31 UTC) #6
davidben
lgtm https://codereview.chromium.org/1283373002/diff/40001/third_party/tlslite/tlslite/handshakesettings.py File third_party/tlslite/tlslite/handshakesettings.py (right): https://codereview.chromium.org/1283373002/diff/40001/third_party/tlslite/tlslite/handshakesettings.py#newcode136 third_party/tlslite/tlslite/handshakesettings.py:136: self.enableExtendedMasterSecret = True [Note that this will change ...
5 years, 4 months ago (2015-08-18 21:02:14 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1283373002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1283373002/40001
5 years, 4 months ago (2015-08-18 21:05:51 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 4 months ago (2015-08-18 21:15:36 UTC) #10
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/8a61fc9eaf016b964a6adc42dd2288f9193f70cd Cr-Commit-Position: refs/heads/master@{#344031}
5 years, 4 months ago (2015-08-18 21:16:37 UTC) #11
jbudorick
5 years, 4 months ago (2015-08-19 04:35:00 UTC) #12
Message was sent while issue was closed.
A revert of this CL (patchset #3 id:40001) has been created in
https://codereview.chromium.org/1299153002/ by jbudorick@chromium.org.

The reason for reverting is: Broke
SSLClientSocketOpenSSLClientAuthTest.SendGoodCert on Android Tests and Android
Tests (dbg):

http://build.chromium.org/p/chromium.linux/builders/Android%20Tests/builds/21769
http://build.chromium.org/p/chromium.linux/builders/Android%20Tests%20%28dbg%....

Powered by Google App Engine
This is Rietveld 408576698