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

Name

Description

ctx

Policy evaluation context to query.

Created with MrDocs