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

Issue 875683002: Implement AES-GCM in tlslite. (Closed)

Created:
5 years, 11 months ago by davidben
Modified:
5 years, 10 months ago
Reviewers:
agl, Ryan Sleevi
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement AES-GCM in tlslite. This adds controls to the C++ test server but doesn't use them yet. Also ensure that tlslite never selects a 1.2 cipher suite when negotiating an older version. BUG=450733 Committed: https://crrev.com/a526e23bc6fe686468b00b62d620567baf85c916 Cr-Commit-Position: refs/heads/master@{#313809}

Patch Set 1 #

Patch Set 2 : fix up server cipher selection #

Patch Set 3 : comment was wrong #

Patch Set 4 : #

Total comments: 19

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1188 lines, -71 lines) Patch
M net/test/spawned_test_server/base_test_server.h View 1 chunk +5 lines, -3 lines 0 comments Download
M net/test/spawned_test_server/base_test_server.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/tools/testserver/testserver.py View 1 chunk +6 lines, -5 lines 0 comments Download
M third_party/tlslite/README.chromium View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/tlslite/patches/aes_gcm.patch View 1 2 3 4 1 chunk +770 lines, -0 lines 0 comments Download
M third_party/tlslite/tests/tlstest.py View 2 chunks +6 lines, -2 lines 0 comments Download
M third_party/tlslite/tlslite/constants.py View 1 8 chunks +33 lines, -14 lines 0 comments Download
M third_party/tlslite/tlslite/handshakesettings.py View 1 4 chunks +5 lines, -12 lines 0 comments Download
M third_party/tlslite/tlslite/tlsconnection.py View 1 2 chunks +16 lines, -16 lines 0 comments Download
M third_party/tlslite/tlslite/tlsrecordlayer.py View 1 2 3 4 7 chunks +97 lines, -16 lines 0 comments Download
M third_party/tlslite/tlslite/utils/aes.py View 2 chunks +2 lines, -1 line 0 comments Download
A third_party/tlslite/tlslite/utils/aesgcm.py View 1 2 3 4 1 chunk +193 lines, -0 lines 0 comments Download
M third_party/tlslite/tlslite/utils/cipherfactory.py View 4 chunks +22 lines, -1 line 0 comments Download
A third_party/tlslite/tlslite/utils/pycrypto_aesgcm.py View 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/tlslite/tlslite/utils/python_aesgcm.py View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/tlslite/tlslite/utils/rc4.py View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/tlslite/tlslite/utils/tripledes.py View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
davidben
Now we'll be good with False Start until we decide we really hate FFDHE. This ...
5 years, 11 months ago (2015-01-25 02:19:40 UTC) #2
davidben
https://codereview.chromium.org/875683002/diff/60001/third_party/tlslite/tlslite/handshakesettings.py File third_party/tlslite/tlslite/handshakesettings.py (left): https://codereview.chromium.org/875683002/diff/60001/third_party/tlslite/tlslite/handshakesettings.py#oldcode15 third_party/tlslite/tlslite/handshakesettings.py:15: # issues such as timing attacks This and similar ...
5 years, 11 months ago (2015-01-25 02:43:41 UTC) #3
agl
LGTM https://codereview.chromium.org/875683002/diff/60001/third_party/tlslite/README.chromium File third_party/tlslite/README.chromium (right): https://codereview.chromium.org/875683002/diff/60001/third_party/tlslite/README.chromium#newcode38 third_party/tlslite/README.chromium:38: before 1.2 as a server. Maybe "before 1.2 ...
5 years, 10 months ago (2015-01-29 19:38:17 UTC) #4
Ryan Sleevi
LGTM % nits. Do you plan to send a PR to upstream? You should just ...
5 years, 10 months ago (2015-01-29 20:50:49 UTC) #5
davidben
On 2015/01/29 20:50:49, Ryan Sleevi wrote: > Do you plan to send a PR to ...
5 years, 10 months ago (2015-01-29 20:58:55 UTC) #6
davidben
https://codereview.chromium.org/875683002/diff/60001/third_party/tlslite/README.chromium File third_party/tlslite/README.chromium (right): https://codereview.chromium.org/875683002/diff/60001/third_party/tlslite/README.chromium#newcode38 third_party/tlslite/README.chromium:38: before 1.2 as a server. On 2015/01/29 19:38:17, agl ...
5 years, 10 months ago (2015-01-29 21:40:59 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/875683002/80001
5 years, 10 months ago (2015-01-29 21:43:10 UTC) #9
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 10 months ago (2015-01-29 22:33:22 UTC) #10
commit-bot: I haz the power
5 years, 10 months ago (2015-01-29 22:34:44 UTC) #11
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/a526e23bc6fe686468b00b62d620567baf85c916
Cr-Commit-Position: refs/heads/master@{#313809}

Powered by Google App Engine
This is Rietveld 408576698