diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-16 04:08:34 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-16 04:08:34 +0000 |
commit | a6194ed157fda49d8332c03112ce8cdee0eaba9e (patch) | |
tree | 3525aae8ba6cf0b3da862721e260a5823abee6d7 /net/base | |
parent | 32080ab87e1954ccb0e2da31587ec30351284124 (diff) | |
download | chromium_src-a6194ed157fda49d8332c03112ce8cdee0eaba9e.zip chromium_src-a6194ed157fda49d8332c03112ce8cdee0eaba9e.tar.gz chromium_src-a6194ed157fda49d8332c03112ce8cdee0eaba9e.tar.bz2 |
net: disable ECDSA ciphersuites on platforms where we can't support it.
BUG=142782
https://chromiumcodereview.appspot.com/10830326/
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151845 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base')
-rw-r--r-- | net/base/ssl_config_service.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/base/ssl_config_service.h b/net/base/ssl_config_service.h index de430e1..8210038 100644 --- a/net/base/ssl_config_service.h +++ b/net/base/ssl_config_service.h @@ -74,6 +74,9 @@ struct NET_EXPORT SSLConfig { // - FORTEZZA cipher suites (obsolete). // - IDEA cipher suites (RFC 5469 explains why). // - Anonymous cipher suites. + // - ECDSA cipher suites on platforms that do not support ECDSA signed + // certificates, as servers may use the presence of such ciphersuites as a + // hint to send an ECDSA certificate. // The ciphers listed in |disabled_cipher_suites| will be removed in addition // to the above list. // |