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

Name

Description

ctx

Policy evaluation context to update.

log_store

Log store that must outlive ctx.

Created with MrDocs