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

Issue 62103003: NSS: add `balloon' extension to when we might hit the F5 bug. (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, Ryan Sleevi
Visibility:
Public.

Description

NSS: add `padding' extension when we might hit the F5 bug. In the case that a ClientHello record is between 256 and 511 bytes long, add an extension to make it at least 512 bytes. This works around a bug in F5 terminators. BUG=315828 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=234040

Patch Set 1 #

Total comments: 24

Patch Set 2 : Addressing wtc's comments. #

Total comments: 8

Patch Set 3 : ... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+233 lines, -1 line) Patch
M net/third_party/nss/README.chromium View 1 1 chunk +5 lines, -0 lines 0 comments Download
M net/third_party/nss/patches/applypatches.sh View 1 1 chunk +2 lines, -0 lines 0 comments Download
A net/third_party/nss/patches/paddingextension.patch View 1 2 1 chunk +142 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/ssl3con.c View 1 2 3 chunks +22 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/ssl3ext.c View 1 2 1 chunk +53 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/sslimpl.h View 1 1 chunk +7 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/sslt.h View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
agl
7 years, 1 month ago (2013-11-06 20:37:02 UTC) #1
wtc
Patch set 1 LGTM. https://codereview.chromium.org/62103003/diff/1/net/third_party/nss/README.chromium File net/third_party/nss/README.chromium (right): https://codereview.chromium.org/62103003/diff/1/net/third_party/nss/README.chromium#newcode142 net/third_party/nss/README.chromium:142: * In the case that ...
7 years, 1 month ago (2013-11-06 21:51:58 UTC) #2
wtc
https://codereview.chromium.org/62103003/diff/1/net/third_party/nss/README.chromium File net/third_party/nss/README.chromium (right): https://codereview.chromium.org/62103003/diff/1/net/third_party/nss/README.chromium#newcode142 net/third_party/nss/README.chromium:142: * In the case that a ClientHello record is ...
7 years, 1 month ago (2013-11-06 22:17:30 UTC) #3
wtc
https://codereview.chromium.org/62103003/diff/1/net/third_party/nss/ssl/ssl3con.c File net/third_party/nss/ssl/ssl3con.c (right): https://codereview.chromium.org/62103003/diff/1/net/third_party/nss/ssl/ssl3con.c#newcode5246 net/third_party/nss/ssl/ssl3con.c:5246: length += balloonExtensionLen; This workaround can also be turned ...
7 years, 1 month ago (2013-11-06 22:25:07 UTC) #4
wtc
https://codereview.chromium.org/62103003/diff/1/net/third_party/nss/ssl/ssl3ext.c File net/third_party/nss/ssl/ssl3ext.c (right): https://codereview.chromium.org/62103003/diff/1/net/third_party/nss/ssl/ssl3ext.c#newcode2312 net/third_party/nss/ssl/ssl3ext.c:2312: return 512 - recordLength; IMPORTANT: we also need to ...
7 years, 1 month ago (2013-11-06 23:33:20 UTC) #5
agl
https://codereview.chromium.org/62103003/diff/1/net/third_party/nss/ssl/ssl3con.c File net/third_party/nss/ssl/ssl3con.c (right): https://codereview.chromium.org/62103003/diff/1/net/third_party/nss/ssl/ssl3con.c#newcode5246 net/third_party/nss/ssl/ssl3con.c:5246: length += balloonExtensionLen; On 2013/11/06 21:51:58, wtc wrote: > ...
7 years, 1 month ago (2013-11-08 19:39:17 UTC) #6
wtc
Patch set 2 LGTM. In the Canary channel, it may be a good idea to ...
7 years, 1 month ago (2013-11-08 20:10:05 UTC) #7
agl
Have added a TODO to land a patch for canary to always send larger ClientHellos. ...
7 years, 1 month ago (2013-11-08 20:33:22 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/agl@chromium.org/62103003/190003
7 years, 1 month ago (2013-11-08 20:35:07 UTC) #9
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 1 month ago (2013-11-08 20:57:40 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/agl@chromium.org/62103003/190003
7 years, 1 month ago (2013-11-08 21:14:10 UTC) #11
commit-bot: I haz the power
7 years, 1 month ago (2013-11-08 23:38:14 UTC) #12
Message was sent while issue was closed.
Change committed as 234040

Powered by Google App Engine
This is Rietveld 408576698