SCT_get_timestamp

Get the timestamp of an SCT.

Synopsis

Declared in <openssl/ct.h>

uint64_t
SCT_get_timestamp(SCT const* sct);

Return Value

Timestamp as milliseconds since the Unix epoch.

Parameters

NameDescription
sctSCT to query.