CTLOG_STORE_load_file

Load a CT log list into a store from a file.

Synopsis

Declared in <openssl/ct.h>

int
CTLOG_STORE_load_file(
    CTLOG_STORE* store,
    char const* file);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
storeLog store to populate.
filePath to a CT log list file.