diff options
author | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-16 03:08:54 +0000 |
---|---|---|
committer | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-16 03:08:54 +0000 |
commit | 8cbcabf9c8627175730104d11e1b738ea3900a30 (patch) | |
tree | 51ff55c16525bb7f707384ce9dad7118c6504c0f /net/socket/client_socket_factory.h | |
parent | 5035d458d2da9d175c4f3b9ba767c3f0b23be304 (diff) | |
download | chromium_src-8cbcabf9c8627175730104d11e1b738ea3900a30.zip chromium_src-8cbcabf9c8627175730104d11e1b738ea3900a30.tar.gz chromium_src-8cbcabf9c8627175730104d11e1b738ea3900a30.tar.bz2 |
Remove support for 'system' SSL on Mac (SecureTransport) and Win (SChannel)
Remove support for the command-line fallback --use-system-ssl, as it
adds to the maintenance burden and presents a security risk due to
inconsistent patching by the OS vendors. On all platforms but Android,
NSS is used for SSL in all situations.
This does not change how certificate verification is handled, just
the underlying SSL implementation.
BUG=170214
TBR=sky
Review URL: https://chromiumcodereview.appspot.com/11876044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177068 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/socket/client_socket_factory.h')
-rw-r--r-- | net/socket/client_socket_factory.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/socket/client_socket_factory.h b/net/socket/client_socket_factory.h index a4e778c..65022f2 100644 --- a/net/socket/client_socket_factory.h +++ b/net/socket/client_socket_factory.h @@ -64,9 +64,6 @@ class NET_EXPORT ClientSocketFactory { // Returns the default ClientSocketFactory. static ClientSocketFactory* GetDefaultFactory(); - - // Instructs the default ClientSocketFactory to use the system SSL library. - static void UseSystemSSL(); }; } // namespace net |