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

Issue 19557004: net: add a test to ensure that our TLS handshake doesn't get too large. (Closed)

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

Description

net: add a test to ensure that our TLS handshake doesn't get too large. (I would like the test to assert that we have some headroom too, but we don't have any to assert!) BUG=none R=rsleevi@chromium.org, wtc@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216444

Patch Set 1 #

Patch Set 2 : ... #

Total comments: 4

Patch Set 3 : ... #

Total comments: 6

Patch Set 4 : ... #

Patch Set 5 : Update ChromeFrame test exclusions. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -3 lines) Patch
M chrome_frame/test/net/fake_external_tab.cc View 1 2 3 4 1 chunk +1 line, -3 lines 0 comments Download
M net/tools/testserver/testserver.py View 1 2 3 4 2 chunks +15 lines, -0 lines 0 comments Download
M net/url_request/url_request_unittest.cc View 1 2 3 4 1 chunk +42 lines, -0 lines 0 comments Download
M third_party/tlslite/README.chromium View 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/tlslite/patches/record_client_hello_length.patch View 1 chunk +38 lines, -0 lines 0 comments Download
M third_party/tlslite/tlslite/TLSConnection.py View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/tlslite/tlslite/messages.py View 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
agl
7 years, 5 months ago (2013-07-19 18:26:33 UTC) #1
agl
7 years, 5 months ago (2013-07-23 15:30:34 UTC) #2
Ryan Sleevi
https://codereview.chromium.org/19557004/diff/3001/net/url_request/url_request_unittest.cc File net/url_request/url_request_unittest.cc (right): https://codereview.chromium.org/19557004/diff/3001/net/url_request/url_request_unittest.cc#newcode5420 net/url_request/url_request_unittest.cc:5420: HttpStreamFactory::EnableNpnSpdy4a2(); Need a comment explaining why this is being ...
7 years, 5 months ago (2013-07-23 20:50:01 UTC) #3
agl
https://codereview.chromium.org/19557004/diff/3001/net/url_request/url_request_unittest.cc File net/url_request/url_request_unittest.cc (right): https://codereview.chromium.org/19557004/diff/3001/net/url_request/url_request_unittest.cc#newcode5420 net/url_request/url_request_unittest.cc:5420: HttpStreamFactory::EnableNpnSpdy4a2(); On 2013/07/23 20:50:02, Ryan Sleevi wrote: > Need ...
7 years, 5 months ago (2013-07-24 18:09:18 UTC) #4
Ryan Sleevi
lgtm
7 years, 5 months ago (2013-07-24 18:13:32 UTC) #5
wtc
Patch set 3 LGTM. https://codereview.chromium.org/19557004/diff/25001/net/url_request/url_request_unittest.cc File net/url_request/url_request_unittest.cc (right): https://codereview.chromium.org/19557004/diff/25001/net/url_request/url_request_unittest.cc#newcode5410 net/url_request/url_request_unittest.cc:5410: // cause issues. Nit: we ...
7 years, 5 months ago (2013-07-24 19:25:10 UTC) #6
agl
https://codereview.chromium.org/19557004/diff/25001/net/url_request/url_request_unittest.cc File net/url_request/url_request_unittest.cc (right): https://codereview.chromium.org/19557004/diff/25001/net/url_request/url_request_unittest.cc#newcode5410 net/url_request/url_request_unittest.cc:5410: // cause issues. On 2013/07/24 19:25:10, wtc wrote: > ...
7 years, 4 months ago (2013-07-29 16:58:36 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/19557004/32001
7 years, 4 months ago (2013-07-29 17:02:42 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/19557004/32001
7 years, 4 months ago (2013-07-30 00:58:35 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/agl@chromium.org/19557004/32001
7 years, 4 months ago (2013-07-30 11:02:16 UTC) #10
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) chrome_frame_net_tests, chrome_frame_tests, chrome_frame_unittests, nacl_integration http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=181555
7 years, 4 months ago (2013-07-31 01:33:11 UTC) #11
Ryan Sleevi
agl: I think you need to poke https://code.google.com/p/chromium/codesearch#chromium/src/chrome_frame/test/net/fake_external_tab.cc&sq=package:chromium&q=fake_external_tab&l=183 in order to disable these tests for ...
7 years, 4 months ago (2013-08-06 19:37:03 UTC) #12
agl
Committed patchset #5 manually as r216444.
7 years, 4 months ago (2013-08-08 20:36:29 UTC) #13
frankf
On 2013/08/08 20:36:29, agl wrote: > Committed patchset #5 manually as r216444. The Android trybot ...
7 years, 4 months ago (2013-08-08 23:16:06 UTC) #14
Peter Kasting
7 years, 4 months ago (2013-08-09 00:11:43 UTC) #15
Message was sent while issue was closed.
(Also, perhaps a bug can be filed for this before it gets relanded, so there is
somewhere to post about issues with it)

Powered by Google App Engine
This is Rietveld 408576698