Crate sct[−][src]
SCT.rs: SCT verification library
This library implements verification of Signed Certificate Timestamps. These are third-party assurances that a particular certificate has been included in a Certificate Transparency log.
See RFC6962 for the details of the formats implemented here.
It is intended to be useful to libraries which perform certificate validation, OCSP libraries, and TLS libraries.
Structs
Log | Describes a CT log |
Enums
Error | How sct.rs reports errors. |
Functions
verify_sct | Verifies that the SCT |