summaryrefslogtreecommitdiffstats
path: root/net/base/ssl_config_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Enable TLS channeld id by default.mattm@chromium.org2012-09-151-9/+1
* Re-add TLS channel id field trial.mattm@chromium.org2012-09-061-0/+8
* Revert 151198 - Turn off TLS 1.1.wtc@chromium.org2012-08-201-1/+10
* Revert "TLS channel id field trial."mattm@chromium.org2012-08-131-8/+0
* Turn off TLS 1.1.wtc@chromium.org2012-08-121-10/+1
* TLS channel id field trial.mattm@chromium.org2012-07-101-0/+8
* Convert SSLClientSocketNSS to use the NSS Channel ID callback.mattm@chromium.org2012-06-261-5/+3
* Revert "Add field trial for domain bound certificates." The field trial is d...mattm@chromium.org2012-06-081-8/+0
* Use TLS 1.1.wtc@chromium.org2012-05-261-6/+38
* Add field trial for domain bound certificates.mattm@chromium.org2012-04-201-0/+8
* net: False Start only for NPN capable servers.agl@google.com2012-04-101-7/+0
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-201-3/+3
* Add an SSLConfig option to explicit disable NSSHttpIO.agl@chromium.org2012-03-151-1/+2
* net: switch off online revocation checking by default.agl@chromium.org2012-02-231-1/+1
* Remove last traces of DNS certificate provenance checking.agl@chromium.org2012-02-081-16/+6
* Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leakyfischman@chromium.org2012-01-261-3/+1
* net: add a policy option: DisableSSLRecordSplittingagl@chromium.org2012-01-241-13/+3
* net: don't pass the CRLSet in the SSLConfig.agl@chromium.org2012-01-061-5/+28
* Add a preference for enabling the TLS origin-bound certificates extension.wtc@chromium.org2011-12-031-13/+3
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* Make X509Certificate::GetDEREncoded a static function taking an OSCertHandlersleevi@chromium.org2011-11-011-1/+1
* net: enable CRL sets behind a command line flag.agl@chromium.org2011-10-251-4/+8
* Simplify a comparison for disabled cipher suites in SSLConfigServicersleevi@chromium.org2011-10-121-6/+2
* Remove static which requires a static initializer.agl@chromium.org2011-09-301-3/+4
* Add CRL set updater.agl@chromium.org2011-09-301-0/+10
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-231-2/+2
* Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi...pkasting@chromium.org2011-09-221-2/+2
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-221-2/+2
* Fourth attempt at the following. Unreviewed, this was originally reviewed in...pkasting@chromium.org2011-09-151-1/+1
* Revert 98885 - Third attempt at the following. Unreviewed, this was original...rsleevi@chromium.org2011-08-311-1/+1
* Third attempt at the following. Unreviewed, this was originally reviewed in ...pkasting@chromium.org2011-08-301-1/+1
* Revert 95907 - Clean up SSL false start blacklist code. Numerous changes, in...mnissler@chromium.org2011-08-111-1/+1
* Revert 95910 - Revert 95907 - Clean up SSL false start blacklist code.pkasting@chromium.org2011-08-101-1/+1
* Revert 95907 - Clean up SSL false start blacklist code. Numerous changes, in...fischman@chromium.org2011-08-081-1/+1
* Clean up SSL false start blacklist code. Numerous changes, including:pkasting@chromium.org2011-08-081-1/+1
* Adds command-line switch for TLS origin bound certificate extension.rkn@chromium.org2011-07-201-0/+13
* Detect when the disabled SSL/TLS cipher suites change within an SSLConfigrsleevi@chromium.org2011-07-201-4/+12
* Don't use X509Certificate in SSLConfig.sergeyu@chromium.org2011-07-201-1/+9
* Added client-side support for the TLS cached inforkn@chromium.org2011-06-221-1/+13
* Revert "Add revocation checking field trial."agl@chromium.org2011-06-201-11/+0
* Add revocation checking field trial.agl@chromium.org2011-06-091-0/+11
* net: pull DNSSEC out from behind the flag.agl@chromium.org2011-06-031-13/+1
* Changes for not reading ssl prefs from user_prefs since we havertenneti@chromium.org2011-05-131-7/+0
* Refactor to address URLRequestContext dependency added incevans@chromium.org2011-05-051-0/+10
* Skip cert verification if it is expected to be bad.hclam@chromium.org2011-04-281-2/+6
* Revert r61181.agl@chromium.org2011-04-121-13/+1
* Read and Write SSL3, TLS1 and Cert revocation SSL preferencesrtenneti@chromium.org2011-04-061-13/+3
* net: remove forced renegotiation checksagl@chromium.org2011-04-051-44/+2
* Enable session resumption in SSLServerSocketNSS and unit testshclam@chromium.org2011-01-211-3/+2
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-201-21/+21