Lines Matching refs:SCT
21 int SCT_validate(SCT *sct, const CT_POLICY_EVAL_CTX *ctx);
22 int SCT_LIST_validate(const STACK_OF(SCT) *scts, CT_POLICY_EVAL_CTX *ctx);
23 sct_validation_status_t SCT_get_validation_status(const SCT *sct);
27 SCT_validate() will check that an SCT is valid and verify its signature.
29 The result of the validation checks can be obtained by passing the SCT to
38 The certificate the SCT was issued for.
47 This is only required if the SCT was issued for a pre-certificate
53 A CTLOG_STORE that contains the CT log that issued this SCT.
55 If the SCT was issued by a log that is not in this CTLOG_STORE, the validation
60 If the SCT is of an unsupported version (only v1 is currently supported), the
63 If the SCT's signature is incorrect, its timestamp is in the future (relative to
72 failure. At a minimum, only one valid SCT may provide sufficient confidence
78 SCT fails validation, or 1 if the SCT passes validation.
83 SCT_get_validation_status() returns the validation status of the SCT.
84 If SCT_validate() or SCT_LIST_validate() have not been passed that SCT, the