SSL_CTX_get_cert_store
SSL_CTX_get_cert_store(SSL_get_SSL_CTX(s)),
X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *);
store = SSL_CTX_get_cert_store(ssl_ctx);
if ((store = SSL_CTX_get_cert_store(ssl_ctx)) == NULL)
SSL_CTX_get_cert_store(ctx->ssl_ctx), flags) != 1) {
crl_store = SSL_CTX_get_cert_store(ctx);