summaryrefslogtreecommitdiffstats
path: root/net/base/ssl_config_service.h
Commit message (Expand)AuthorAgeFilesLines
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-214/+0
* Remove support for 'system' SSL on Mac (SecureTransport) and Win (SChannel)rsleevi@chromium.org2013-01-161-4/+1
* Flush SSL connections when clearing channel ids.mattm@chromium.org2012-12-141-0/+4
* Enable TLS channeld id by default.mattm@chromium.org2012-09-151-3/+0
* Re-add TLS channel id field trial.mattm@chromium.org2012-09-061-0/+3
* net: disable ECDSA ciphersuites on platforms where we can't support it.agl@chromium.org2012-08-161-0/+3
* Revert "TLS channel id field trial."mattm@chromium.org2012-08-131-3/+0
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* TLS channel id field trial.mattm@chromium.org2012-07-101-0/+3
* Convert SSLClientSocketNSS to use the NSS Channel ID callback.mattm@chromium.org2012-06-261-3/+2
* Add the --ssl-version-min and --ssl-version-max command-line options.wtc@chromium.org2012-06-141-2/+4
* Revert "Add field trial for domain bound certificates." The field trial is d...mattm@chromium.org2012-06-081-3/+0
* Use TLS 1.1.wtc@chromium.org2012-05-261-6/+32
* Add field trial for domain bound certificates.mattm@chromium.org2012-04-201-0/+3
* net: False Start only for NPN capable servers.agl@google.com2012-04-101-4/+0
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-201-1/+1
* Add an SSLConfig option to explicit disable NSSHttpIO.agl@chromium.org2012-03-151-0/+7
* net: switch off online revocation checking by default.agl@chromium.org2012-02-231-2/+5
* net: permit EV without online revocation checking.agl@chromium.org2012-02-161-2/+4
* Remove last traces of DNS certificate provenance checking.agl@chromium.org2012-02-081-6/+0
* net: add a policy option: DisableSSLRecordSplittingagl@chromium.org2012-01-241-5/+0
* net: don't pass the CRLSet in the SSLConfig.agl@chromium.org2012-01-061-3/+1
* Add a preference for enabling the TLS origin-bound certificates extension.wtc@chromium.org2011-12-031-4/+0
* net: enable CRL sets behind a command line flag.agl@chromium.org2011-10-251-1/+0
* net: rework the NPN patch.agl@chromium.org2011-10-181-6/+6
* Remove declaration for SSLConfigService::CreateSystemSSLConfigService.rsleevi@chromium.org2011-10-121-7/+0
* Add CRL set updater.agl@chromium.org2011-09-301-0/+8
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-231-3/+4
* Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi...pkasting@chromium.org2011-09-221-4/+3
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-221-3/+4
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-5/+5
* Miscellaneous cleanups.wtc@chromium.org2011-07-281-2/+1
* Adds command-line switch for TLS origin bound certificate extension.rkn@chromium.org2011-07-201-0/+7
* Detect when the disabled SSL/TLS cipher suites change within an SSLConfigrsleevi@chromium.org2011-07-201-6/+8
* Don't use X509Certificate in SSLConfig.sergeyu@chromium.org2011-07-201-1/+7
* Added client-side support for the TLS cached inforkn@chromium.org2011-06-221-0/+6
* Revert "Add revocation checking field trial."agl@chromium.org2011-06-201-5/+0
* Add revocation checking field trial.agl@chromium.org2011-06-091-0/+5
* net: pull DNSSEC out from behind the flag.agl@chromium.org2011-06-031-6/+0
* net: Add NET_API to net/baservargas@google.com2011-05-181-4/+6
* Refactor to address URLRequestContext dependency added incevans@chromium.org2011-05-051-0/+3
* Skip cert verification if it is expected to be bad.hclam@chromium.org2011-04-281-1/+3
* Revert r61181.agl@chromium.org2011-04-121-6/+0
* net: remove forced renegotiation checksagl@chromium.org2011-04-051-21/+0
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Enable session resumption in SSLServerSocketNSS and unit testshclam@chromium.org2011-01-211-5/+0
* Start reordering the methods in headers in net/.erg@google.com2011-01-071-3/+3
* Defines SSLServerSocket and implements SSLServerSocketNSShclam@chromium.org2010-12-231-0/+5
* Adds first cut implementation of a private key store abstraction for openssljoth@chromium.org2010-12-101-1/+1
* Implements disabled cipher support for OpenSSL. (ssl_config_.disabled_cipher_...joth@chromium.org2010-12-071-4/+7