summaryrefslogtreecommitdiffstats
path: root/net/base/cert_verifier.cc
Commit message (Expand)AuthorAgeFilesLines
* Make MultiThreadedCertVerifier receive a CertVerifyProc, rather than creating...rsleevi@chromium.org2012-09-191-1/+2
* Make CertVerifier a pure virtual interface.rsleevi@chromium.org2012-03-211-490/+3
* Have the HostCache and CertVerifier cache use the common ExpiringCache.rsleevi@chromium.org2012-02-251-79/+18
* Revert 123565 - Broke the "ASAN Tests (1)" bot: http://build.chromium.org/p/c...fischman@chromium.org2012-02-241-18/+79
* Have the HostCache and CertVerifier cache use the common ExpiringCache.rsleevi@chromium.org2012-02-241-79/+18
* Always log the SSL server certificate received and being verified.rsleevi@chromium.org2012-02-221-4/+3
* Do not hash the certificate twice.wtc@chromium.org2011-11-051-2/+4
* Log the (server, to-be-verified) certificate chains to the NetLog when loggin...rsleevi@chromium.org2011-11-041-1/+9
* Fix the "certificate is not yet valid" error for server certificateswtc@chromium.org2011-10-291-2/+2
* net: enable CRL sets behind a command line flag.agl@chromium.org2011-10-251-4/+10
* base::Bind conversion for trivial cases in net/base.adamk@chromium.org2011-10-201-4/+4
* Add NetLog and histograms for CertVerifierwillchan@chromium.org2011-10-191-8/+47
* Convert the easy ones in net/base/ to using CompletionCallback.willchan@chromium.org2011-10-071-20/+21
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-5/+5
* Add the CertVerifier::set_max_cache_entries() method.wtc@chromium.org2011-08-231-9/+11
* 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