summaryrefslogtreecommitdiffstats
path: root/net/base/cert_verifier.cc
Commit message (Expand)AuthorAgeFilesLines
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Fix a problem that cert trust change needs a chrome restart to be effective.xiyuan@chromium.org2011-04-131-2/+11
* The CertVerifierJob destructor should delete canceled requests.wtc@google.com2011-01-211-4/+20
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-5/+5
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-301-4/+4
* Cache certificate verification results in memory.wtc@google.com2010-12-161-91/+414
* Fix shutdown crash in CertVerifier by using a MessageLoopProxy.willchan@chromium.org2010-11-231-16/+19
* Revert 65349 - Update CertVerifier to watch for the origin loop's destruction...skerner@chromium.org2010-11-081-17/+2
* Update CertVerifier to watch for the origin loop's destruction, so thatzork@chromium.org2010-11-081-2/+17
* BSD port: USE_NSS and other macros instead of OS_LINUX where applicablepvalchev@google.com2010-01-291-2/+2
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-2/+4
* Use LOAD_VERIFY_EV_CERT to verify EV-ness in Verify().ukai@chromium.org2009-06-231-8/+8
* Detach verify thread from NSPR on linux.ukai@chromium.org2009-05-291-0/+14
* Move certificate verification off the IO thread.wtc@chromium.org2009-02-031-12/+11
* Add the CertVerifier class. It is based on thewtc@google.com2008-12-191-0/+140