SSL_CTX_get0_ctlog_store

Return the CT log store installed on an SSL context.

Synopsis

Declared in <openssl/ssl.h>

CTLOG_STORE const*
SSL_CTX_get0_ctlog_store(SSL_CTX const* ctx);

Return Value

Internal CTLOG_STORE pointer (do not free), or NULL if unset.

Parameters

NameDescription
ctxSSL context to query.