Searched refs:SSL_CTX_get_cert_store (Results 1 – 10 of 10) sorted by relevance
100 store=SSL_CTX_get_cert_store((SSL_CTX *)sslctx); in sslctx_function()
242 X509_STORE_add_cert(SSL_CTX_get_cert_store(ctx), sk_X509_value(p->ca, sk_X509_num(p->ca)-1)); in sslctxfun()
269 #define SSL_CTX_get_cert_store SSL_CTX_GET_CERT_STORE macro
1313 st = SSL_CTX_get_cert_store(connssl->ctx); in verifystatus()2002 lookup=X509_STORE_add_lookup(SSL_CTX_get_cert_store(connssl->ctx), in ossl_connect_step1()2014 X509_STORE_set_flags(SSL_CTX_get_cert_store(connssl->ctx), in ossl_connect_step1()2031 X509_STORE_set_flags(SSL_CTX_get_cert_store(connssl->ctx), in ossl_connect_step1()
586 store = SSL_CTX_get_cert_store(ssl_ctx); in check_ocsp_resp()
1941 lookup = X509_STORE_add_lookup(SSL_CTX_get_cert_store(ssl_ctx), in tls_load_ca_der()2038 if (!X509_STORE_add_cert(SSL_CTX_get_cert_store(ssl_ctx), in tls_connection_ca_cert()2175 X509_STORE *cs = SSL_CTX_get_cert_store(data->ssl); in tls_global_set_verify()3787 store = SSL_CTX_get_cert_store(conn->ssl_ctx); in ocsp_resp_cb()
925 int return_value = X509_STORE_add_cert(SSL_CTX_get_cert_store(ctx), cert); in ConfigureTrustedRootCertificates()
1142 store = SSL_CTX_get_cert_store(s->ctx); in ocsp_resp_cb()
1992 OPENSSL_EXPORT X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx);
2041 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx) { in SSL_CTX_get_cert_store() function