summaryrefslogtreecommitdiffstats
path: root/net/base/ssl_client_auth_cache_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-171/+0
* Move the NSS functions out of CertDatabase into a new NSSCertDatabase class.joaodasilva@chromium.org2012-09-101-3/+3
* Define a new CertDatabase::Observer abstract class which can be implemented b...rch@chromium.org2011-03-101-3/+3
* Add a new Clear() method to the SSLClientAuthCache.rch@chromium.org2011-02-231-0/+31
* Remember if a user declines to provide a server with a client certificatersleevi@chromium.org2010-11-221-15/+74
* Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...pkasting@chromium.org2009-09-291-3/+3
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-3/+3
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-3/+3
* Add a simple cache of certificates for SSL client authentication.wtc@chromium.org2009-06-181-0/+81