Get the ID of a CT log.
Declared in <openssl/ct.h>
void
CTLOG_get0_log_id(
CTLOG const* log,
uint8_t const** log_id,
size_t* log_id_len);
the ID of a CT log.
| Name | Description |
|---|---|
| log | CT log to query. |
| log_id | Receives a pointer to the log ID; ownership remains with the log. |
| log_id_len | Receives the length of the log ID in bytes. |