[#SSL_CTX_set_ctlog_list_file] = SSL_CTX_set_ctlog_list_file :mrdocs: Load a Certificate Transparency log list from a file and append it to the context store. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int SSL_CTX_set_ctlog_list_file( xref:SSL_CTX.adoc[SSL_CTX]* ctx, char const* path); ---- == Return Value 1 on success, or 0 on failure (the store may be partially updated). == Parameters [cols="1,4"] |=== | 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). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#