SCT_get0_log_id

Get the log ID that an SCT came from.

Synopsis

Declared in <openssl/ct.h>

size_t
SCT_get0_log_id(
    SCT const* sct,
    unsigned char** log_id);

Return Value

Length of the log ID in bytes.

Parameters

NameDescription
sctSCT to query.
log_idReceives a pointer to the log ID; ownership remains with the SCT.