[#CT_POLICY_EVAL_CTX_set1_cert] = CT_POLICY_EVAL_CTX_set1_cert :mrdocs: Set the certificate that the SCTs in a policy context were issued for. == Synopsis Declared in `<openssl/ct.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int CT_POLICY_EVAL_CTX_set1_cert( xref:CT_POLICY_EVAL_CTX.adoc[CT_POLICY_EVAL_CTX]* ctx, xref:X509.adoc[X509]* cert); ---- == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Policy evaluation context to update. | *cert* | Certificate associated with the SCTs; a reference is taken. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#