SSL_CTX_set_ctlog_list_file

Load a Certificate Transparency log list from a file and append it to the context store.

Synopsis

Declared in <openssl/ssl.h>

int
SSL_CTX_set_ctlog_list_file(
    SSL_CTX* ctx,
    char const* path);

Return Value

1 on success, or 0 on failure (the store may be partially updated).

Parameters

NameDescription
ctxSSL context whose CT log store is populated or appended to.
pathPath to a CT log list file (see CTLOG_STORE_new for the format).