summaryrefslogtreecommitdiffstats
path: root/net/base/cert_verifier.h
Commit message (Expand)AuthorAgeFilesLines
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-1/+1
* Do not hash the certificate twice.wtc@chromium.org2011-11-051-6/+22
* net: enable CRL sets behind a command line flag.agl@chromium.org2011-10-251-0/+6
* Add NetLog and histograms for CertVerifierwillchan@chromium.org2011-10-191-2/+5
* Convert the easy ones in net/base/ to using CompletionCallback.willchan@chromium.org2011-10-071-6/+3
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-4/+4
* Add the CertVerifier::set_max_cache_entries() method.wtc@chromium.org2011-08-231-1/+6
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-3/+3
* 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