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

Issue 12417005: Split RC4-encrypted records. (Closed)

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

Description

Split RC4-encrypted records. This idea is proposed by Adam Langley. I repurpose the ss->opt.cbcRandomIV field to also control this. I will rename the option "enableRecordSplitting". R=agl@chromium.org,rsleevi@chromium.org

Patch Set 1 #

Total comments: 6

Patch Set 2 : Feature complete #

Total comments: 15

Patch Set 3 : Move rc4EncryptedBytes to cwSpec/pwSpec. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -27 lines) Patch
M net/third_party/nss/ssl/ssl3con.c View 1 2 11 chunks +65 lines, -27 lines 2 comments Download
M net/third_party/nss/ssl/sslimpl.h View 1 2 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
wtc
https://codereview.chromium.org/12417005/diff/1/net/third_party/nss/ssl/ssl3con.c File net/third_party/nss/ssl/ssl3con.c (left): https://codereview.chromium.org/12417005/diff/1/net/third_party/nss/ssl/ssl3con.c#oldcode2508 net/third_party/nss/ssl/ssl3con.c:2508: } I generalized this code to be able to ...
7 years, 9 months ago (2013-03-15 03:58:18 UTC) #1
agl
https://codereview.chromium.org/12417005/diff/1/net/third_party/nss/ssl/ssl3con.c File net/third_party/nss/ssl/ssl3con.c (right): https://codereview.chromium.org/12417005/diff/1/net/third_party/nss/ssl/ssl3con.c#newcode2466 net/third_party/nss/ssl/ssl3con.c:2466: if (nIn > 1 && ss->opt.cbcRandomIV && Unlike the ...
7 years, 9 months ago (2013-03-15 12:35:21 UTC) #2
wtc
agl: thank you for your comments. Please review patch set 2. I consider patch set ...
7 years, 9 months ago (2013-03-16 01:15:38 UTC) #3
agl
LGTM. Although, as discussed, of unclear utility at this point :( https://codereview.chromium.org/12417005/diff/4001/net/third_party/nss/ssl/ssl3con.c File net/third_party/nss/ssl/ssl3con.c (right): ...
7 years, 9 months ago (2013-03-19 16:41:00 UTC) #4
Ryan Sleevi
https://codereview.chromium.org/12417005/diff/4001/net/third_party/nss/ssl/ssl3con.c File net/third_party/nss/ssl/ssl3con.c (right): https://codereview.chromium.org/12417005/diff/4001/net/third_party/nss/ssl/ssl3con.c#newcode2500 net/third_party/nss/ssl/ssl3con.c:2500: rv = sslBuffer_Grow(wrBuf, spaceNeeded); so sslBuffer_Grow caps the growth ...
7 years, 9 months ago (2013-03-19 17:24:28 UTC) #5
agl
https://codereview.chromium.org/12417005/diff/4001/net/third_party/nss/ssl/ssl3con.c File net/third_party/nss/ssl/ssl3con.c (right): https://codereview.chromium.org/12417005/diff/4001/net/third_party/nss/ssl/ssl3con.c#newcode2500 net/third_party/nss/ssl/ssl3con.c:2500: rv = sslBuffer_Grow(wrBuf, spaceNeeded); On 2013/03/19 17:24:28, Ryan Sleevi ...
7 years, 9 months ago (2013-03-19 17:26:44 UTC) #6
Ryan Sleevi
LGTM, but are we sure this will be sufficient? https://codereview.chromium.org/12417005/diff/4001/net/third_party/nss/ssl/ssl3con.c File net/third_party/nss/ssl/ssl3con.c (right): https://codereview.chromium.org/12417005/diff/4001/net/third_party/nss/ssl/ssl3con.c#newcode2500 net/third_party/nss/ssl/ssl3con.c:2500: ...
7 years, 9 months ago (2013-03-19 17:29:10 UTC) #7
wtc
Thank you for the review comments. I won't check this in until we know it ...
7 years, 9 months ago (2013-03-19 17:44:01 UTC) #8
wtc
https://codereview.chromium.org/12417005/diff/4001/net/third_party/nss/ssl/ssl3con.c File net/third_party/nss/ssl/ssl3con.c (right): https://codereview.chromium.org/12417005/diff/4001/net/third_party/nss/ssl/ssl3con.c#newcode2470 net/third_party/nss/ssl/ssl3con.c:2470: } On 2013/03/19 16:41:00, agl wrote: > This could ...
7 years, 9 months ago (2013-03-22 01:33:29 UTC) #9
agl
LGTM. My opinion on the benefit of landing this is a weak no, but I ...
7 years, 9 months ago (2013-03-22 13:44:46 UTC) #10
wtc
Thanks for the review. I'm not planning to check this in. I am just making ...
7 years, 9 months ago (2013-03-22 17:31:40 UTC) #11
Ryan Sleevi
Any objections to closing this review, considering we don't plan to land it?
7 years, 5 months ago (2013-07-25 22:12:39 UTC) #12
Ryan Sleevi
7 years, 4 months ago (2013-08-06 19:35:01 UTC) #13
On 2013/07/25 22:12:39, Ryan Sleevi wrote:
> Any objections to closing this review, considering we don't plan to land it?

Ping on closing - so that it's out of my queue? :)

Powered by Google App Engine
This is Rietveld 408576698