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

Issue 17427003: Disable SRP, SHA384, and ECDH (but not ECDHE) cipher suites, to prevent (Closed)

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

Description

Disable SRP, HMAC-SHA384, and ECDH (but not ECDHE) cipher suites, to prevent ClientHello from getting too big. Print more error info when we get SSL_ERROR_SYSCALL. R=agl@chromium.org,digit@chromium.org,rsleevi@chromium.org BUG=245500 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207624

Patch Set 1 #

Patch Set 2 : Add the comment agl suggested #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -3 lines) Patch
M net/socket/ssl_client_socket_openssl.cc View 1 2 chunks +6 lines, -3 lines 3 comments Download

Messages

Total messages: 12 (0 generated)
wtc
Without this change, Chrome with OpenSSL advertises 62 cipher suites in ClientHello when TLS 1.2 ...
7 years, 6 months ago (2013-06-18 22:18:01 UTC) #1
wtc
Re: SRP: OpenSSL has a build option OPENSSL_NO_SRP to turn off SRP support at compile ...
7 years, 6 months ago (2013-06-18 22:21:13 UTC) #2
agl
LGTM. You might want to note that this is only removing HMAC(SHA384) ciphersuites, not GCM ...
7 years, 6 months ago (2013-06-18 22:22:04 UTC) #3
wtc
On 2013/06/18 22:22:04, agl wrote: > > You might want to note that this is ...
7 years, 6 months ago (2013-06-18 22:33:23 UTC) #4
Ryan Sleevi
https://codereview.chromium.org/17427003/diff/6001/net/socket/ssl_client_socket_openssl.cc File net/socket/ssl_client_socket_openssl.cc (right): https://codereview.chromium.org/17427003/diff/6001/net/socket/ssl_client_socket_openssl.cc#newcode537 net/socket/ssl_client_socket_openssl.cc:537: std::string command("DEFAULT:!NULL:!aNULL:!IDEA:!FZA:!SRP:!SHA384:!aECDH"); Does this also disable SHA-384 from the ...
7 years, 6 months ago (2013-06-18 23:00:34 UTC) #5
wtc
https://codereview.chromium.org/17427003/diff/6001/net/socket/ssl_client_socket_openssl.cc File net/socket/ssl_client_socket_openssl.cc (right): https://codereview.chromium.org/17427003/diff/6001/net/socket/ssl_client_socket_openssl.cc#newcode537 net/socket/ssl_client_socket_openssl.cc:537: std::string command("DEFAULT:!NULL:!aNULL:!IDEA:!FZA:!SRP:!SHA384:!aECDH"); On 2013/06/18 23:00:34, Ryan Sleevi wrote: > ...
7 years, 6 months ago (2013-06-19 01:25:16 UTC) #6
Ryan Sleevi
lgtm
7 years, 6 months ago (2013-06-19 01:27:29 UTC) #7
wtc
https://codereview.chromium.org/17427003/diff/6001/net/socket/ssl_client_socket_openssl.cc File net/socket/ssl_client_socket_openssl.cc (right): https://codereview.chromium.org/17427003/diff/6001/net/socket/ssl_client_socket_openssl.cc#newcode199 net/socket/ssl_client_socket_openssl.cc:199: << errno; Note: I am printing the errno as ...
7 years, 6 months ago (2013-06-19 16:53:53 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wtc@chromium.org/17427003/6001
7 years, 6 months ago (2013-06-19 16:54:11 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, 6 months ago (2013-06-19 17:04:02 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wtc@chromium.org/17427003/6001
7 years, 6 months ago (2013-06-20 01:56:03 UTC) #11
commit-bot: I haz the power
7 years, 6 months ago (2013-06-20 23:01:19 UTC) #12
Message was sent while issue was closed.
Change committed as 207624

Powered by Google App Engine
This is Rietveld 408576698