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

Name

Description

ctx

Policy evaluation context to query.

Created with MrDocs