CT_POLICY_EVAL_CTX_get0_issuer

Get the issuer of the certificate associated with the received SCTs.

Synopsis

Declared in <openssl/ct.h>

X509*
CT_POLICY_EVAL_CTX_get0_issuer(CT_POLICY_EVAL_CTX const* ctx);

Return Value

Issuer certificate, or NULL if unset.

Parameters

NameDescription
ctxPolicy evaluation context to query.