Return the CT log store used when evaluating SCTs in this context.
Declared in <openssl/ct.h>
CTLOG_STORE const*
CT_POLICY_EVAL_CTX_get0_log_store(CT_POLICY_EVAL_CTX const* ctx);
Shared CTLOG_STORE pointer, or NULL if none has been set.
| Name | Description |
|---|---|
| ctx | Policy evaluation context to query. |