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

Name

Description

store

Log store to populate.

file

Path to a CT log list file.

Created with MrDocs