SCT_set_timestamp

Set the timestamp of an SCT.

Synopsis

Declared in <openssl/ct.h>

void
SCT_set_timestamp(
    SCT* sct,
    uint64_t timestamp);

Parameters

NameDescription
sctSCT to update.
timestampTime in milliseconds since the Unix epoch.