Searched refs:SSL_CTX_get_cert_store (Results 1 – 12 of 12) sorted by relevance
5 SSL_CTX_set_cert_store, SSL_CTX_get_cert_store - manipulate X509 certificate verification storage12 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx);20 SSL_CTX_get_cert_store() returns a pointer to the current certificate32 Using the SSL_CTX_set_cert_store() and SSL_CTX_get_cert_store() functions56 SSL_CTX_get_cert_store() returns the current setting.
226 =item X509_STORE *B<SSL_CTX_get_cert_store>(SSL_CTX *ctx);
175 MLINKS+= SSL_CTX_set_cert_store.3 SSL_CTX_get_cert_store.3
1719 lookup = X509_STORE_add_lookup(SSL_CTX_get_cert_store(ssl_ctx), in tls_load_ca_der()1816 if (!X509_STORE_add_cert(SSL_CTX_get_cert_store(ssl_ctx), in tls_connection_ca_cert()1943 X509_STORE *cs = SSL_CTX_get_cert_store(data->ssl); in tls_global_set_verify()3619 store = SSL_CTX_get_cert_store(conn->ssl_ctx); in ocsp_resp_cb()
1425 X509_STORE *store = SSL_CTX_get_cert_store(ssl_ctx->ctx); in serf_ssl_use_default_certificates()1459 X509_STORE *store = SSL_CTX_get_cert_store(ssl_ctx->ctx); in serf_ssl_trust_cert()
163 SSL_CTX_get_cert_store 180 EXIST::FUNCTION:
727 crl_store = SSL_CTX_get_cert_store(ctx); in fetch_ssl_setup_peer_verification()
1621 st = SSL_CTX_get_cert_store(ctx); in ssl_ctx_add_crls()
949 SSL_CTX_get_cert_store(SSL_get_SSL_CTX(s)), in cert_status_cb()
1082 store = SSL_CTX_get_cert_store(s->ctx); in ocsp_resp_cb()
2135 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *);
3287 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx) in SSL_CTX_get_cert_store() function