Return the certificate verification store associated with an SSL_CTX.

Synopsis

Declared in <openssl/ssl.h>

X509_STORE*
SSL_CTX_get_cert_store(SSL_CTX const* ctx);

Return Value

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

Parameters

Name

Description

ctx

SSL context to query.

Created with MrDocs