Return the peer certificate associated with SCTs in a policy context.
Declared in <openssl/ct.h>
X509*
CT_POLICY_EVAL_CTX_get0_cert(CT_POLICY_EVAL_CTX const* ctx);
Certificate the SCTs were issued for, or NULL if unset.
| Name | Description |
|---|---|
| ctx | Policy evaluation context to query. |