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

Issue 495663002: OpenSSL: Disable ECDSA cipher suites on Windows XP. (Closed)

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

Description

OpenSSL: Disable ECDSA cipher suites on Windows XP. This matches the logic in nss_ssl_util.cc. Note: this CL has a test which only affects Windows XP. We have no try coverage on XP, so if the XP bots break, please revert. BUG=405630 Committed: https://crrev.com/8ecc3071e84838f8a20a76a7caf9ae51380896ad Cr-Commit-Position: refs/heads/master@{#293214}

Patch Set 1 #

Patch Set 2 : Add a test. #

Total comments: 2

Patch Set 3 : Bounce through testserver.py instead. #

Total comments: 2

Patch Set 4 : No std::hex #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -0 lines) Patch
M net/socket/ssl_client_socket_openssl.cc View 1 2 2 chunks +13 lines, -0 lines 0 comments Download
M net/tools/testserver/testserver.py View 1 2 2 chunks +18 lines, -0 lines 0 comments Download
M net/url_request/url_request_unittest.cc View 1 2 3 2 chunks +52 lines, -0 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/save_client_hello.patch View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M third_party/tlslite/tlslite/tlsconnection.py View 1 2 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (1 generated)
davidben
6 years, 4 months ago (2014-08-20 19:48:23 UTC) #1
Ryan Sleevi
LGTM. Can... we add a test? Maybe just have testserver.py dump the ClientHello and make ...
6 years, 4 months ago (2014-08-20 19:52:42 UTC) #2
davidben
Added a test. I'm running the try bots, but that's of limited use since we ...
6 years, 4 months ago (2014-08-21 21:37:15 UTC) #3
Ryan Sleevi
Not LGTM. Rather than parsing the client hello, just have the testserver.py emit the ciphersuites ...
6 years, 3 months ago (2014-09-02 23:45:02 UTC) #4
davidben
Rewrote test to bounce through testserver.py https://codereview.chromium.org/495663002/diff/20001/net/socket/ssl_client_socket_unittest.cc File net/socket/ssl_client_socket_unittest.cc (right): https://codereview.chromium.org/495663002/diff/20001/net/socket/ssl_client_socket_unittest.cc#newcode2786 net/socket/ssl_client_socket_unittest.cc:2786: return false; On ...
6 years, 3 months ago (2014-09-03 17:10:41 UTC) #5
Ryan Sleevi
LGTM % nit https://codereview.chromium.org/495663002/diff/40001/net/url_request/url_request_unittest.cc File net/url_request/url_request_unittest.cc (right): https://codereview.chromium.org/495663002/diff/40001/net/url_request/url_request_unittest.cc#newcode6980 net/url_request/url_request_unittest.cc:6980: << "ClientHello advertised " << std::hex ...
6 years, 3 months ago (2014-09-03 19:08:58 UTC) #6
davidben
https://codereview.chromium.org/495663002/diff/40001/net/url_request/url_request_unittest.cc File net/url_request/url_request_unittest.cc (right): https://codereview.chromium.org/495663002/diff/40001/net/url_request/url_request_unittest.cc#newcode6980 net/url_request/url_request_unittest.cc:6980: << "ClientHello advertised " << std::hex << cipher_suite; On ...
6 years, 3 months ago (2014-09-03 19:15:32 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/davidben@chromium.org/495663002/60001
6 years, 3 months ago (2014-09-03 19:17:37 UTC) #9
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_gpu_retina_triggered_tests on tryserver.chromium.gpu ...
6 years, 3 months ago (2014-09-03 20:12:56 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:60001) as 7abb775e4237bc46035aaa3cf618c0221742fed9
6 years, 3 months ago (2014-09-03 23:22:43 UTC) #11
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:28:19 UTC) #12
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/8ecc3071e84838f8a20a76a7caf9ae51380896ad
Cr-Commit-Position: refs/heads/master@{#293214}

Powered by Google App Engine
This is Rietveld 408576698