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

Issue 66553007: net: don't add padding extension for SSLv3. (Closed)

Created:
7 years, 1 month ago by agl
Modified:
7 years, 1 month ago
Reviewers:
wtc
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, cbentzel+watch_chromium.org, extensions-reviews_chromium.org
Visibility:
Public.

Description

net: don't add padding extension for SSLv3. This is a no-op change because our SSLv3 handshakes aren't long enough to trigger the padding extension. But, if they were, the padding extension would break them. BUG=315828 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=234619

Patch Set 1 #

Total comments: 2

Patch Set 2 : ... #

Total comments: 5

Patch Set 3 : ... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -11 lines) Patch
M net/third_party/nss/patches/paddingextension.patch View 1 2 7 chunks +7 lines, -7 lines 0 comments Download
M net/third_party/nss/ssl/ssl3con.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/third_party/nss/ssl/ssl3ext.c View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M net/third_party/nss/ssl/sslimpl.h View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
agl
7 years, 1 month ago (2013-11-11 18:16:29 UTC) #1
wtc
Patch set 1 LGTM. Could you also fix the problems with the return value of ...
7 years, 1 month ago (2013-11-11 19:49:53 UTC) #2
agl
I originally had all the arguments / return values match the types of the variables ...
7 years, 1 month ago (2013-11-11 20:23:49 UTC) #3
wtc
Review comments on patch set 2: https://codereview.chromium.org/66553007/diff/50001/net/third_party/nss/ssl/ssl3con.c File net/third_party/nss/ssl/ssl3con.c (right): https://codereview.chromium.org/66553007/diff/50001/net/third_party/nss/ssl/ssl3con.c#newcode4978 net/third_party/nss/ssl/ssl3con.c:4978: PRInt32 paddingExtensionLen; This ...
7 years, 1 month ago (2013-11-11 21:50:33 UTC) #4
agl
https://codereview.chromium.org/66553007/diff/50001/net/third_party/nss/ssl/ssl3con.c File net/third_party/nss/ssl/ssl3con.c (right): https://codereview.chromium.org/66553007/diff/50001/net/third_party/nss/ssl/ssl3con.c#newcode4978 net/third_party/nss/ssl/ssl3con.c:4978: PRInt32 paddingExtensionLen; On 2013/11/11 21:50:33, wtc wrote: > > ...
7 years, 1 month ago (2013-11-12 16:21:57 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/agl@chromium.org/66553007/130001
7 years, 1 month ago (2013-11-12 16:26:24 UTC) #6
wtc
Patch set 3 LGTM.
7 years, 1 month ago (2013-11-12 17:56:28 UTC) #7
commit-bot: I haz the power
7 years, 1 month ago (2013-11-12 20:16:23 UTC) #8
Message was sent while issue was closed.
Change committed as 234619

Powered by Google App Engine
This is Rietveld 408576698