CT_POLICY_EVAL_CTX_get0_cert

Return the peer certificate associated with SCTs in a policy context.

Synopsis

Declared in <openssl/ct.h>

X509*
CT_POLICY_EVAL_CTX_get0_cert(CT_POLICY_EVAL_CTX const* ctx);

Return Value

Certificate the SCTs were issued for, or NULL if unset.

Parameters

NameDescription
ctxPolicy evaluation context to query.