summaryrefslogtreecommitdiffstats
path: root/net/base/ssl_config_service.h
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-16 04:08:34 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-16 04:08:34 +0000
commita6194ed157fda49d8332c03112ce8cdee0eaba9e (patch)
tree3525aae8ba6cf0b3da862721e260a5823abee6d7 /net/base/ssl_config_service.h
parent32080ab87e1954ccb0e2da31587ec30351284124 (diff)
downloadchromium_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/ssl_config_service.h')
-rw-r--r--net/base/ssl_config_service.h3
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.
//