Get the log ID that an SCT came from.
Declared in <openssl/ct.h>
size_t
SCT_get0_log_id(
SCT const* sct,
unsigned char** log_id);
Length of the log ID in bytes.
| Name | Description |
|---|---|
| sct | SCT to query. |
| log_id | Receives a pointer to the log ID; ownership remains with the SCT. |