CT_POLICY_EVAL_CTX_set_shared_CTLOG_STORE

Set the shared CT log store used when evaluating SCTs.

Synopsis

Declared in <openssl/ct.h>

void
CT_POLICY_EVAL_CTX_set_shared_CTLOG_STORE(
    CT_POLICY_EVAL_CTX* ctx,
    CTLOG_STORE* log_store);

Parameters

NameDescription
ctxPolicy evaluation context to update.
log_storeLog store that must outlive ctx.