summaryrefslogtreecommitdiffstats
path: root/net/base/cert_verifier.h
Commit message (Expand)AuthorAgeFilesLines
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* net: Add NET_API to net/baservargas@google.com2011-05-181-2/+3
* Fix a problem that cert trust change needs a chrome restart to be effective.xiyuan@chromium.org2011-04-131-1/+6
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Remove most unnecessary uses of "net::" in net/base/.adamk@chromium.org2011-03-251-2/+2
* More reordering the methods in headers in net/.erg@chromium.org2011-01-111-3/+3
* Move non_thread_safe from base to base/threading and into the base namespace.brettw@chromium.org2011-01-011-2/+2
* Cache certificate verification results in memory.wtc@google.com2010-12-161-20/+164
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Remove an obsolete TODO comment. HostResolver has changedwtc@chromium.org2009-08-061-4/+1
* Use LOAD_VERIFY_EV_CERT to verify EV-ness in Verify().ukai@chromium.org2009-06-231-3/+9
* Move certificate verification off the IO thread.wtc@chromium.org2009-02-031-4/+6
* Add the CertVerifier class. It is based on thewtc@google.com2008-12-191-0/+65