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
Name |
Description |
ctx |
SSL context to query. |
Created with MrDocs