Return the certificate verification store associated with an SSL_CTX.
Declared in <openssl/ssl.h>
<openssl/ssl.h>
X509_STORE* SSL_CTX_get_cert_store(SSL_CTX const* ctx);
Internal X509_STORE pointer (do not free), or NULL if unset.