[#SCT_LIST_validate] = SCT_LIST_validate :mrdocs: Validate a list of SCTs against a policy evaluation context. == Synopsis Declared in `<openssl/ct.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int SCT_LIST_validate( xref:stack_st_SCT.adoc[stack_st_SCT] const* scts, xref:CT_POLICY_EVAL_CTX.adoc[CT_POLICY_EVAL_CTX]* ctx); ---- == Return Value 1 if all are valid and verify, 0 if any is invalid or unverifiable, or a negative value on error. == Parameters [cols="1,4"] |=== | Name| Description | *scts* | Stack of SCTs to validate; each validation_status field is updated. | *ctx* | Policy evaluation context. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#