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
Name |
Description |
ctx |
Policy evaluation context to query. |
Created with MrDocs