SSL_CTX_get_cert_store
store = SSL_CTX_get_cert_store(ctx);
X509_STORE_set_flags(SSL_CTX_get_cert_store(ctx), 0);
X509_STORE *ts = SSL_CTX_get_cert_store(ssl_ctx);
st = SSL_CTX_get_cert_store(ctx);
if (!X509_STORE_CTX_init(inctx, SSL_CTX_get_cert_store(ssl_ctx),
__owur X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *);
|| !TEST_ptr(store = SSL_CTX_get_cert_store(ssl_ctx))
crl_store = SSL_CTX_get_cert_store(ctx);
ATF_REQUIRE(X509_STORE_add_cert(SSL_CTX_get_cert_store(c->ctx),
certstore = SSL_CTX_get_cert_store(ctx);