summaryrefslogtreecommitdiffstats
path: root/net/base/multi_threaded_cert_verifier.h
Commit message (Expand)AuthorAgeFilesLines
* Make MultiThreadedCertVerifier receive a CertVerifyProc, rather than creating...rsleevi@chromium.org2012-09-191-2/+1
* Implement SHA-256 fingerprint supportpalmer@chromium.org2012-09-071-4/+4
* Clean-up inline members of nested classes (net/)hans@chromium.org2012-08-091-6/+2
* Revert 150375 - Implement SHA-256 fingerprint supportpalmer@chromium.org2012-08-081-4/+4
* Implement SHA-256 fingerprint supportpalmer@chromium.org2012-08-071-4/+4
* Revert 150124 - Implement SHA-256 fingerprint support.dimich@chromium.org2012-08-061-4/+4
* Implement SHA-256 fingerprint support.palmer@chromium.org2012-08-061-4/+4
* Revert 149261 - Support SHA-256 in public key pins for HTTPS.vandebo@chromium.org2012-07-311-4/+4
* Support SHA-256 in public key pins for HTTPS.palmer@chromium.org2012-07-311-4/+4
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Consider the verification time as well as the expiration time when caching ce...rsleevi@chromium.org2012-06-191-1/+25
* Cleanup: Remove unneeded scoped_ptr.h includes from net.thestig@chromium.org2012-05-171-5/+4
* Introduce a CertVerifierProc to handle system cert validation.rsleevi@chromium.org2012-03-221-1/+7
* Make CertVerifier a pure virtual interface.rsleevi@chromium.org2012-03-211-0/+142