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

Issue 12193010: net: implement CBC processing in constant-time in libssl. (Closed)

Created:
7 years, 10 months ago by agl
Modified:
7 years, 10 months ago
Reviewers:
wtc, Ryan Sleevi
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

net: implement CBC processing in constant-time in libssl. This change contains the libssl changes needed to process CBC records in constant time. This has no effect unless the underlying NSS library has also been updated. BUG=172658 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=180864

Patch Set 1 : g try #

Total comments: 5

Patch Set 2 : Address wtc's comments. #

Patch Set 3 : update patch file. #

Total comments: 6

Patch Set 4 : Addressing wtc's comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+911 lines, -57 lines) Patch
M net/third_party/nss/README.chromium View 1 chunk +5 lines, -0 lines 0 comments Download
M net/third_party/nss/patches/applypatches.sh View 1 chunk +2 lines, -0 lines 0 comments Download
A net/third_party/nss/patches/cbc.patch View 1 2 3 1 chunk +519 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/ssl3con.c View 1 2 3 8 chunks +385 lines, -57 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
agl
7 years, 10 months ago (2013-02-04 16:34:33 UTC) #1
wtc
Patch set 1 LGTM. It is best to wait for rsleevi's review because I didn't ...
7 years, 10 months ago (2013-02-04 20:03:25 UTC) #2
agl
https://codereview.chromium.org/12193010/diff/2002/net/third_party/nss/ssl/ssl3con.c File net/third_party/nss/ssl/ssl3con.c (right): https://codereview.chromium.org/12193010/diff/2002/net/third_party/nss/ssl/ssl3con.c#newcode10172 net/third_party/nss/ssl/ssl3con.c:10172: * them with something else on odd CPUs. */ ...
7 years, 10 months ago (2013-02-04 20:54:59 UTC) #3
Ryan Sleevi
I mentioned to wtc, this LGTM, on the basis of the upstream review. I took ...
7 years, 10 months ago (2013-02-04 23:01:58 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/agl@chromium.org/12193010/17003
7 years, 10 months ago (2013-02-04 23:29:26 UTC) #5
wtc
Patch set 3 LGTM. I suggest one mandatory fix for DTLS, and some (optional) PKCS ...
7 years, 10 months ago (2013-02-05 16:45:48 UTC) #6
agl
https://codereview.chromium.org/12193010/diff/17003/net/third_party/nss/ssl/ssl3con.c File net/third_party/nss/ssl/ssl3con.c (right): https://codereview.chromium.org/12193010/diff/17003/net/third_party/nss/ssl/ssl3con.c#newcode2040 net/third_party/nss/ssl/ssl3con.c:2040: CK_ULONG ulHeaderLength; /* in */ On 2013/02/05 16:45:48, wtc ...
7 years, 10 months ago (2013-02-05 21:44:18 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/agl@chromium.org/12193010/24001
7 years, 10 months ago (2013-02-05 21:56:47 UTC) #8
commit-bot: I haz the power
7 years, 10 months ago (2013-02-06 02:14:15 UTC) #9
Message was sent while issue was closed.
Change committed as 180864

Powered by Google App Engine
This is Rietveld 408576698