Lines Matching full:sct
80 \& int SCT_validate(SCT *sct, const CT_POLICY_EVAL_CTX *ctx);
81 \& int SCT_LIST_validate(const STACK_OF(SCT) *scts, CT_POLICY_EVAL_CTX *ctx);
82 \& sct_validation_status_t SCT_get_validation_status(const SCT *sct);
86 \&\fBSCT_validate()\fR will check that an SCT is valid and verify its signature.
88 The result of the validation checks can be obtained by passing the SCT to
93 The certificate the SCT was issued for.
100 This is only required if the SCT was issued for a pre-certificate
104 A CTLOG_STORE that contains the CT log that issued this SCT.
106 If the SCT was issued by a log that is not in this CTLOG_STORE, the validation
109 If the SCT is of an unsupported version (only v1 is currently supported), the
112 If the SCT's signature is incorrect, its timestamp is in the future (relative to
120 failure. At a minimum, only one valid SCT may provide sufficient confidence
125 SCT fails validation, or 1 if the SCT passes validation.
130 \&\fBSCT_get_validation_status()\fR returns the validation status of the SCT.
131 If \fBSCT_validate()\fR or \fBSCT_LIST_validate()\fR have not been passed that SCT, the