summaryrefslogtreecommitdiffstats
path: root/net/base/ssl_config_service.h
diff options
context:
space:
mode:
authorjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-10 10:56:24 +0000
committerjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-10 10:56:24 +0000
commit0c6523f9af152ef209202f8019ae220cd04de04f (patch)
treef500958565840a46dc8a23c7fd184ee53d205c1c /net/base/ssl_config_service.h
parentdbf8837d1acfba2599f1787e93e8e13a58aa0913 (diff)
downloadchromium_src-0c6523f9af152ef209202f8019ae220cd04de04f.zip
chromium_src-0c6523f9af152ef209202f8019ae220cd04de04f.tar.gz
chromium_src-0c6523f9af152ef209202f8019ae220cd04de04f.tar.bz2
Adds first cut implementation of a private key store abstraction for openssl
- this allows keygen created keys to be stored in a platform specific way, and looked up in client auth - still needs additional work in CertDatabase to fully implement client auth BUG=64917 TEST=Keygen unittest Review URL: http://codereview.chromium.org/5594009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68836 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/ssl_config_service.h')
-rw-r--r--net/base/ssl_config_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/base/ssl_config_service.h b/net/base/ssl_config_service.h
index 899b329..c1ae553 100644
--- a/net/base/ssl_config_service.h
+++ b/net/base/ssl_config_service.h
@@ -33,7 +33,7 @@ struct SSLConfig {
bool dns_cert_provenance_checking_enabled;
// Cipher suites which should be explicitly prevented from being used in
- // addition to those disabled by the net built in policy -- by default, all
+ // addition to those disabled by the net built-in policy -- by default, all
// cipher suites supported by the underlying SSL implementation will be
// enabled except for:
// - Null encryption cipher suites.