Find a CT log in a store by log ID.
Declared in <openssl/ct.h>
CTLOG const*
CTLOG_STORE_get0_log_by_id(
CTLOG_STORE const* store,
uint8_t const* log_id,
size_t log_id_len);
Matching CT log, or NULL if none is found.
| Name | Description |
|---|---|
| store | Log store to search. |
| log_id | Log ID to match. |
| log_id_len | Length of log_id in bytes. |