[#CT_POLICY_EVAL_CTX_get0_cert] = CT_POLICY_EVAL_CTX_get0_cert :mrdocs: Return the peer certificate associated with SCTs in a policy context. == Synopsis Declared in `<openssl/ct.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:X509.adoc[X509]* CT_POLICY_EVAL_CTX_get0_cert(xref:CT_POLICY_EVAL_CTX.adoc[CT_POLICY_EVAL_CTX] const* ctx); ---- == Return Value Certificate the SCTs were issued for, or NULL if unset. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Policy evaluation context to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#