CTLOG_STORE_get0_log_by_id

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

NameDescription
storeLog store to search.
log_idLog ID to match.
log_id_lenLength of log_id in bytes.