Get the evaluation time used when checking whether an SCT is in the future.
Declared in <openssl/ct.h>
uint64_t
CT_POLICY_EVAL_CTX_get_time(CT_POLICY_EVAL_CTX const* ctx);
Time in milliseconds since the Unix epoch.
| Name | Description |
|---|---|
| ctx | Policy evaluation context to query. |