CT_POLICY_EVAL_CTX_get_time

Get the evaluation time used when checking whether an SCT is in the future.

Synopsis

Declared in <openssl/ct.h>

uint64_t
CT_POLICY_EVAL_CTX_get_time(CT_POLICY_EVAL_CTX const* ctx);

Return Value

Time in milliseconds since the Unix epoch.

Parameters

NameDescription
ctxPolicy evaluation context to query.