SSL_CTX_set_default_ctlog_list_file

Load the default Certificate Transparency log list file into the context store.

Synopsis

Declared in <openssl/ssl.h>

int
SSL_CTX_set_default_ctlog_list_file(SSL_CTX* ctx);

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.