Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SignedCertificateTimestamp storing & serialization code. | alcutter@google.com | 2013-11-29 | 1 | -2/+2 |
| | | | | | | | | | | | This patch builds on Eran's CT wiring patch: https://codereview.chromium.org/76443006/ BUG=309578 Review URL: https://codereview.chromium.org/88643002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237849 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Add the high-level interface for verifying SCTs over multiple logs | eranm@google.com | 2013-11-24 | 1 | -0/+37 |
This interface (and the default implementation) verify SCT lists obtained during the TLS handshake or from OCSP stapling, as well as embedded ones. The result will be used to modify the ssl_info with indicatior of CT status. The next, and final, patch will wire the CTVerifier to the SSL client socket. BUG=309578 Review URL: https://codereview.chromium.org/67513008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237008 0039d316-1c4b-4281-b951-d872f2087c98 |