Set the timestamp of an SCT.

Synopsis

Declared in <openssl/ct.h>

void
SCT_set_timestamp(
    SCT* sct,
    uint64_t timestamp);

Parameters

Name

Description

sct

SCT to update.

timestamp

Time in milliseconds since the Unix epoch.

Created with MrDocs