Set the time used when evaluating SCT timestamps in a policy context.
Declared in <openssl/ct.h>
void
CT_POLICY_EVAL_CTX_set_time(
CT_POLICY_EVAL_CTX* ctx,
uint64_t time_in_ms);
| Name | Description |
|---|---|
| ctx | Policy evaluation context to update. |
| time_in_ms | Time since the Unix epoch in milliseconds. |