| Commit message (Expand) | Author | Age | Files | Lines |
* | Make CertVerifier a pure virtual interface. | rsleevi@chromium.org | 2012-03-21 | 1 | -490/+3 |
* | Have the HostCache and CertVerifier cache use the common ExpiringCache. | rsleevi@chromium.org | 2012-02-25 | 1 | -79/+18 |
* | Revert 123565 - Broke the "ASAN Tests (1)" bot: http://build.chromium.org/p/c... | fischman@chromium.org | 2012-02-24 | 1 | -18/+79 |
* | Have the HostCache and CertVerifier cache use the common ExpiringCache. | rsleevi@chromium.org | 2012-02-24 | 1 | -79/+18 |
* | Always log the SSL server certificate received and being verified. | rsleevi@chromium.org | 2012-02-22 | 1 | -4/+3 |
* | Do not hash the certificate twice. | wtc@chromium.org | 2011-11-05 | 1 | -2/+4 |
* | Log the (server, to-be-verified) certificate chains to the NetLog when loggin... | rsleevi@chromium.org | 2011-11-04 | 1 | -1/+9 |
* | Fix the "certificate is not yet valid" error for server certificates | wtc@chromium.org | 2011-10-29 | 1 | -2/+2 |
* | net: enable CRL sets behind a command line flag. | agl@chromium.org | 2011-10-25 | 1 | -4/+10 |
* | base::Bind conversion for trivial cases in net/base. | adamk@chromium.org | 2011-10-20 | 1 | -4/+4 |
* | Add NetLog and histograms for CertVerifier | willchan@chromium.org | 2011-10-19 | 1 | -8/+47 |
* | Convert the easy ones in net/base/ to using CompletionCallback. | willchan@chromium.org | 2011-10-07 | 1 | -20/+21 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -5/+5 |
* | Add the CertVerifier::set_max_cache_entries() method. | wtc@chromium.org | 2011-08-23 | 1 | -9/+11 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | Fix a problem that cert trust change needs a chrome restart to be effective. | xiyuan@chromium.org | 2011-04-13 | 1 | -2/+11 |
* | The CertVerifierJob destructor should delete canceled requests. | wtc@google.com | 2011-01-21 | 1 | -4/+20 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -5/+5 |
* | Move some misc thread-related stuff from base to base/thread and into the base | brettw@chromium.org | 2010-12-30 | 1 | -4/+4 |
* | Cache certificate verification results in memory. | wtc@google.com | 2010-12-16 | 1 | -91/+414 |
* | Fix shutdown crash in CertVerifier by using a MessageLoopProxy. | willchan@chromium.org | 2010-11-23 | 1 | -16/+19 |
* | Revert 65349 - Update CertVerifier to watch for the origin loop's destruction... | skerner@chromium.org | 2010-11-08 | 1 | -17/+2 |
* | Update CertVerifier to watch for the origin loop's destruction, so that | zork@chromium.org | 2010-11-08 | 1 | -2/+17 |
* | BSD port: USE_NSS and other macros instead of OS_LINUX where applicable | pvalchev@google.com | 2010-01-29 | 1 | -2/+2 |
* | Second patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -2/+4 |
* | Use LOAD_VERIFY_EV_CERT to verify EV-ness in Verify(). | ukai@chromium.org | 2009-06-23 | 1 | -8/+8 |
* | Detach verify thread from NSPR on linux. | ukai@chromium.org | 2009-05-29 | 1 | -0/+14 |
* | Move certificate verification off the IO thread. | wtc@chromium.org | 2009-02-03 | 1 | -12/+11 |
* | Add the CertVerifier class. It is based on the | wtc@google.com | 2008-12-19 | 1 | -0/+140 |