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

Name

Description

ctx

Policy evaluation context to update.

time_in_ms

Time since the Unix epoch in milliseconds.

Created with MrDocs