Find a CT log in a store by log ID.
Synopsis
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);
Return Value
Matching CT log, or NULL if none is found.
Parameters
Name |
Description |
store |
Log store to search. |
log_id |
Log ID to match. |
log_id_len |
Length of |
Created with MrDocs