Validate a list of SCTs against a policy evaluation context.
Declared in <openssl/ct.h>
int
SCT_LIST_validate(
stack_st_SCT const* scts,
CT_POLICY_EVAL_CTX* ctx);
1 if all are valid and verify, 0 if any is invalid or unverifiable, or a negative value on error.
| Name | Description |
|---|---|
| scts | Stack of SCTs to validate; each validation_status field is updated. |
| ctx | Policy evaluation context. |