[#SCT_validate] = SCT_validate :mrdocs: Validate an SCT against a policy evaluation context. == Synopsis Declared in `<openssl/ct.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int SCT_validate( xref:SCT.adoc[SCT]* sct, xref:CT_POLICY_EVAL_CTX.adoc[CT_POLICY_EVAL_CTX] const* ctx); ---- == Return Value 1 if valid and the signature verifies, 0 if invalid or unverifiable, or ‐1 on error. == Parameters [cols="1,4"] |=== | Name| Description | *sct* | SCT to validate; its validation_status field is updated. | *ctx* | Policy evaluation context. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#