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
Name |
Description |
sct |
SCT to query. |
log_id |
Receives a pointer to the log ID; ownership remains with the SCT. |
Created with MrDocs