Get the issuer of the certificate associated with the received SCTs.
Declared in <openssl/ct.h>
X509*
CT_POLICY_EVAL_CTX_get0_issuer(CT_POLICY_EVAL_CTX const* ctx);
Issuer certificate, or NULL if unset.
| Name | Description |
|---|---|
| ctx | Policy evaluation context to query. |