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
Name |
Description |
ctx |
Policy evaluation context to query. |
Created with MrDocs