Load a Certificate Transparency log list from a file and append it to the context store.
Declared in <openssl/ssl.h>
int
SSL_CTX_set_ctlog_list_file(
SSL_CTX* ctx,
char const* path);
1 on success, or 0 on failure (the store may be partially updated).
| Name | Description |
|---|---|
| ctx | SSL context whose CT log store is populated or appended to. |
| path | Path to a CT log list file (see CTLOG_STORE_new for the format). |