summaryrefslogtreecommitdiffstats
path: root/net/base/ssl_client_auth_cache.h
Commit message (Expand)AuthorAgeFilesLines
* Move the NSS functions out of CertDatabase into a new NSSCertDatabase class.joaodasilva@chromium.org2012-09-101-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-1/+2
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* net: Add NET_API to net/baservargas@google.com2011-05-181-1/+2
* Fix a problem that cert trust change needs a chrome restart to be effective.xiyuan@chromium.org2011-04-131-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Define a new CertDatabase::Observer abstract class which can be implemented b...rch@chromium.org2011-03-101-3/+4
* Add a new Clear() method to the SSLClientAuthCache.rch@chromium.org2011-02-231-0/+3
* Remember if a user declines to provide a server with a client certificatersleevi@chromium.org2010-11-221-6/+12
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-301-2/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Add a simple cache of certificates for SSL client authentication.wtc@chromium.org2009-06-181-0/+51