summaryrefslogtreecommitdiffstats
path: root/net/cert/multi_log_ct_verifier.cc
Commit message (Expand)AuthorAgeFilesLines
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-021-1/+1
* Remove implicit conversions from scoped_refptr to T* in net/cert/dcheng2014-08-261-1/+1
* Certificate Transparency: Switch to using a CT log list that is generated fro...eranm@chromium.org2014-06-241-0/+15
* Certificate Transparency: Add UMA for SCT presence, type.eranm@google.com2014-01-221-0/+44
* Extract Certificate Transparency SCTs from stapled OCSP responsesekasper@google.com2013-12-171-3/+11
* Revert of https://codereview.chromium.org/92443002/szym@chromium.org2013-12-131-11/+3
* Extract Certificate Transparency SCTs from stapled OCSP responsesekasper@google.com2013-12-131-3/+11
* Certificate Transparency: Saving log description in SCT.eranm@google.com2013-12-101-0/+2
* Certificate Transparency: Logging SCTs to the NetLog.eranm@google.com2013-11-291-1/+23
* SignedCertificateTimestamp storing & serialization code.alcutter@google.com2013-11-291-3/+3
* Certificate Transparency: Threading the CT verifier into the SSL client socket.eranm@google.com2013-11-281-16/+14
* Certificate Transparency: Address review comments from issue 67513008eranm@google.com2013-11-261-2/+0
* Add the high-level interface for verifying SCTs over multiple logseranm@google.com2013-11-241-0/+149