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

Issue 10830326: net: disable ECDSA ciphersuites on platforms where we can't support it. (Closed)

Created:
8 years, 4 months ago by agl
Modified:
8 years, 3 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, erikwright+watch_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

net: disable ECDSA ciphersuites on platforms where we can't support it. BUG=142782

Patch Set 1 #

Total comments: 2

Patch Set 2 : ... #

Patch Set 3 : ... #

Total comments: 6

Patch Set 4 : ... #

Patch Set 5 : ... #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -0 lines) Patch
M base/mac/mac_util.h View 1 chunk +1 line, -0 lines 2 comments Download
M base/mac/mac_util.mm View 1 chunk +6 lines, -0 lines 1 comment Download
M net/base/ssl_config_service.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M net/socket/nss_ssl_util.cc View 1 2 3 4 3 chunks +33 lines, -0 lines 4 comments Download

Messages

Total messages: 11 (0 generated)
agl
If the NSS change looks ok, I'll send to Mark for the base/ change.
8 years, 4 months ago (2012-08-15 00:24:26 UTC) #1
Ryan Sleevi
http://codereview.chromium.org/10830326/diff/1/net/socket/ssl_client_socket_nss.cc File net/socket/ssl_client_socket_nss.cc (right): http://codereview.chromium.org/10830326/diff/1/net/socket/ssl_client_socket_nss.cc#newcode3128 net/socket/ssl_client_socket_nss.cc:3128: #endif Seems like you can move this into NSSSSLInitSingleton ...
8 years, 4 months ago (2012-08-15 00:40:27 UTC) #2
agl
http://codereview.chromium.org/10830326/diff/1/net/socket/ssl_client_socket_nss.cc File net/socket/ssl_client_socket_nss.cc (right): http://codereview.chromium.org/10830326/diff/1/net/socket/ssl_client_socket_nss.cc#newcode3128 net/socket/ssl_client_socket_nss.cc:3128: #endif On 2012/08/15 00:40:27, Ryan Sleevi wrote: > Seems ...
8 years, 4 months ago (2012-08-15 01:06:20 UTC) #3
Ryan Sleevi
http://codereview.chromium.org/10830326/diff/2002/net/socket/nss_ssl_util.cc File net/socket/nss_ssl_util.cc (right): http://codereview.chromium.org/10830326/diff/2002/net/socket/nss_ssl_util.cc#newcode70 net/socket/nss_ssl_util.cc:70: // On some platforms we cannot verify ECDSA certificates. ...
8 years, 4 months ago (2012-08-15 01:12:07 UTC) #4
agl
http://codereview.chromium.org/10830326/diff/2002/net/socket/nss_ssl_util.cc File net/socket/nss_ssl_util.cc (right): http://codereview.chromium.org/10830326/diff/2002/net/socket/nss_ssl_util.cc#newcode70 net/socket/nss_ssl_util.cc:70: // On some platforms we cannot verify ECDSA certificates. ...
8 years, 4 months ago (2012-08-15 01:36:29 UTC) #5
agl
Mark: can you take a look at the base/mac/ changes? I need that function only ...
8 years, 4 months ago (2012-08-15 01:40:29 UTC) #6
Ryan Sleevi
net/ lgtm http://codereview.chromium.org/10830326/diff/7007/net/socket/nss_ssl_util.cc File net/socket/nss_ssl_util.cc (right): http://codereview.chromium.org/10830326/diff/7007/net/socket/nss_ssl_util.cc#newcode74 net/socket/nss_ssl_util.cc:74: if (base::win::GetVersion() < base::win::VERSION_VISTA) { nit on ...
8 years, 4 months ago (2012-08-15 01:45:35 UTC) #7
Mark Mentovai
Karen is the TPM in charge of Chrome 21. If she gives you a hard ...
8 years, 4 months ago (2012-08-15 02:19:22 UTC) #8
Mark Mentovai
http://codereview.chromium.org/10830326/diff/7007/net/socket/nss_ssl_util.cc File net/socket/nss_ssl_util.cc (right): http://codereview.chromium.org/10830326/diff/7007/net/socket/nss_ssl_util.cc#newcode30 net/socket/nss_ssl_util.cc:30: Alternative B, if you’re intent on landing this on ...
8 years, 4 months ago (2012-08-15 02:33:48 UTC) #9
wtc
Review comments on patch set 5: http://codereview.chromium.org/10830326/diff/7007/base/mac/mac_util.h File base/mac/mac_util.h (right): http://codereview.chromium.org/10830326/diff/7007/base/mac/mac_util.h#newcode155 base/mac/mac_util.h:155: #define BASE_MAC_MAC_UTIL_H_INLINED_GE_10_7 Since ...
8 years, 4 months ago (2012-08-15 02:38:42 UTC) #10
agl
8 years, 4 months ago (2012-08-16 04:24:12 UTC) #11
On Tue, Aug 14, 2012 at 7:38 PM,  <wtc@chromium.org> wrote:
> You should merge this for loop with the existing for loop
> on lines 58-65.  Pwehaps I missed something?

I ended up landing this as Mark suggested, without any changes in base/.

For the merge CL I didn't want to use the existing loop, but in the
cleanup CL on trunk, I have done so.


Cheers

AGL

Powered by Google App Engine
This is Rietveld 408576698