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

Issue 342793003: Add tests for TLS fallback on connection reset and close. (Closed)

Created:
6 years, 6 months ago by davidben
Modified:
6 years, 6 months ago
Reviewers:
wtc
CC:
chromium-reviews, cbentzel+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Add tests for TLS fallback on connection reset and close. The reset tests currently fail on OpenSSL and do not work on Android. But otherwise this gives us slightly better test coverage here. BUG=372849 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=280188

Patch Set 1 #

Patch Set 2 : Fix comment. #

Total comments: 18

Patch Set 3 : wtc comment #

Total comments: 4

Patch Set 4 : wtc comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+430 lines, -127 lines) Patch
M net/test/spawned_test_server/base_test_server.h View 2 chunks +12 lines, -0 lines 0 comments Download
M net/test/spawned_test_server/base_test_server.cc View 1 2 3 4 chunks +19 lines, -0 lines 0 comments Download
M net/tools/testserver/testserver.py View 6 chunks +12 lines, -6 lines 0 comments Download
M net/url_request/url_request_unittest.cc View 1 2 3 chunks +142 lines, -105 lines 0 comments Download
M third_party/tlslite/README.chromium View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/tlslite/patches/intolerance_options.patch View 1 2 3 1 chunk +192 lines, -0 lines 0 comments Download
M third_party/tlslite/tlslite/handshakesettings.py View 1 2 3 5 chunks +24 lines, -0 lines 0 comments Download
M third_party/tlslite/tlslite/tlsconnection.py View 9 chunks +19 lines, -16 lines 0 comments Download
M third_party/tlslite/tlslite/tlsrecordlayer.py View 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
davidben
Handing this over to you, Wan-Teh, to not tax Ryan's review bandwidth. This is split ...
6 years, 6 months ago (2014-06-18 22:34:28 UTC) #1
wtc
Patch set 2 LGTM. I suggest using INSTANTIATE_TEST_CASE_P or similar to avoid duplicating the TLSv1Fallback ...
6 years, 6 months ago (2014-06-24 21:33:29 UTC) #2
davidben
https://codereview.chromium.org/342793003/diff/20001/net/test/spawned_test_server/base_test_server.cc File net/test/spawned_test_server/base_test_server.cc (right): https://codereview.chromium.org/342793003/diff/20001/net/test/spawned_test_server/base_test_server.cc#newcode75 net/test/spawned_test_server/base_test_server.cc:75: std::string GetTLSIntoleranceType( On 2014/06/24 21:33:29, wtc wrote: > > ...
6 years, 6 months ago (2014-06-25 21:19:57 UTC) #3
wtc
Patch set 3 LGTM. Good work! https://codereview.chromium.org/342793003/diff/40001/net/test/spawned_test_server/base_test_server.cc File net/test/spawned_test_server/base_test_server.cc (right): https://codereview.chromium.org/342793003/diff/40001/net/test/spawned_test_server/base_test_server.cc#newcode86 net/test/spawned_test_server/base_test_server.cc:86: return NULL; Should ...
6 years, 6 months ago (2014-06-25 23:32:22 UTC) #4
davidben
https://codereview.chromium.org/342793003/diff/40001/net/test/spawned_test_server/base_test_server.cc File net/test/spawned_test_server/base_test_server.cc (right): https://codereview.chromium.org/342793003/diff/40001/net/test/spawned_test_server/base_test_server.cc#newcode86 net/test/spawned_test_server/base_test_server.cc:86: return NULL; On 2014/06/25 23:32:22, wtc wrote: > > ...
6 years, 6 months ago (2014-06-26 17:01:01 UTC) #5
davidben
The CQ bit was checked by davidben@chromium.org
6 years, 6 months ago (2014-06-26 17:01:12 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/davidben@chromium.org/342793003/60001
6 years, 6 months ago (2014-06-26 17:03:49 UTC) #7
wtc
Patch set 4 LGTM.
6 years, 6 months ago (2014-06-26 18:07:33 UTC) #8
commit-bot: I haz the power
6 years, 6 months ago (2014-06-27 01:16:58 UTC) #9
Message was sent while issue was closed.
Change committed as 280188

Powered by Google App Engine
This is Rietveld 408576698