CT_POLICY_EVAL_CTX_get0_log_store

Return the CT log store used when evaluating SCTs in this context.

Synopsis

Declared in <openssl/ct.h>

CTLOG_STORE const*
CT_POLICY_EVAL_CTX_get0_log_store(CT_POLICY_EVAL_CTX const* ctx);

Return Value

Shared CTLOG_STORE pointer, or NULL if none has been set.

Parameters

NameDescription
ctxPolicy evaluation context to query.