Available on crate feature
sct
only.Expand description
Signed Certificate Timestamp list extension as defined in the Certificate Transparency RFC 6962.
Structs
- Digital signature as defined in RFC 5246 section 4.7.
- The SHA-256 hash of the log’s public key, calculated over the DER encoding of the key represented as SubjectPublicKeyInfo as defined in RFC 6962 section 3.2.
- A byte string that contains a serialized SignedCertificateTimestamp as defined in RFC 6962 section 3.3.
- A combination of signature and hashing algorithms as defined in RFC 5246 section 7.4.1.4.1.
- A signed certificate timestamp (SCT) as defined in RFC 6962 section 3.2.
- A signed certificate timestamp list (SCT list) as defined in RFC 6962 Section 3.3.
Enums
- Errors that are thrown by this module.
- Hashing algorithm as defined in RFC 5246 section 7.4.1.4.1.
- Signature algorithm as defined in RFC 5246 section 7.4.1.4.1.
- The version of the protocol to which the SCT conforms as defined in RFC 6962 section 3.2. Currently, it is always v1.