CT_POLICY_EVAL_CTX_set_time

Set the time used when evaluating SCT timestamps in a policy context.

Synopsis

Declared in <openssl/ct.h>

void
CT_POLICY_EVAL_CTX_set_time(
    CT_POLICY_EVAL_CTX* ctx,
    uint64_t time_in_ms);

Parameters

NameDescription
ctxPolicy evaluation context to update.
time_in_msTime since the Unix epoch in milliseconds.