Home
last modified time | relevance | path

Searched refs:SSL_CTX_get_cert_store (Results 1 - 25 of 88) sorted by relevance

1234

/third_party/curl/docs/examples/
H A Dcacertinmem.c89 X509_STORE *cts = SSL_CTX_get_cert_store((SSL_CTX *)sslctx); in sslctx_function()
/third_party/libcoap/src/
H A Dcoap_openssl.c1176 st = SSL_CTX_get_cert_store(ctx); in setup_pki_server()
1252 st = SSL_CTX_get_cert_store(ctx); in setup_pki_server()
1312 st = SSL_CTX_get_cert_store(ctx); in setup_pki_server()
1440 st = SSL_CTX_get_cert_store(ctx); in setup_pki_server()
1455 st = SSL_CTX_get_cert_store(ctx); in setup_pki_server()
1548 st = SSL_CTX_get_cert_store(ctx); in setup_pki_ssl()
1614 X509_STORE *st = SSL_CTX_get_cert_store(ctx); in setup_pki_ssl()
1686 st = SSL_CTX_get_cert_store(ctx); in setup_pki_ssl()
1824 st = SSL_CTX_get_cert_store(ctx); in setup_pki_ssl()
1841 st = SSL_CTX_get_cert_store(ct in setup_pki_ssl()
[all...]
/third_party/curl/lib/
H A Dsetup-vms.h274 #define SSL_CTX_get_cert_store SSL_CTX_GET_CERT_STORE macro
/third_party/openssl/test/
H A Ddanetest.c65 || !TEST_ptr(store = SSL_CTX_get_cert_store(ssl_ctx)) in verify_chain()
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-client.c73 xs = SSL_CTX_get_cert_store(SSL_get_SSL_CTX(wsi->tls.ssl));
696 st = SSL_CTX_get_cert_store(vh->tls.ssl_client_ctx); in lws_tls_client_vhost_extra_cert_mem()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl.c701 if (!X509_STORE_add_cert(SSL_CTX_get_cert_store(ssl_ctx), in tls_cryptoapi_ca_cert()
2556 lookup = X509_STORE_add_lookup(SSL_CTX_get_cert_store(ssl_ctx), in tls_load_ca_der()
2667 if (!X509_STORE_add_cert(SSL_CTX_get_cert_store(ssl_ctx), in tls_connection_ca_cert()
2693 if (tls_add_ca_from_keystore(SSL_CTX_get_cert_store(ssl_ctx), in tls_connection_ca_cert()
2713 SSL_CTX_get_cert_store(ssl_ctx), alias)) { in tls_connection_ca_cert()
2807 X509_STORE *cs = SSL_CTX_get_cert_store(data->ssl); in tls_global_set_verify()
4735 store = SSL_CTX_get_cert_store(conn->ssl_ctx); in ocsp_resp_cb()
H A Dtls_openssl_ocsp.c586 store = SSL_CTX_get_cert_store(ssl_ctx); in check_ocsp_resp()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
H A Dssl.h821 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx);
/third_party/libwebsockets/test-apps/
H A Dtest-client.c302 store = SSL_CTX_get_cert_store((SSL_CTX*)user); in callback_dumb_increment()
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-sockets.c280 store = SSL_CTX_get_cert_store(vhost->tls.ssl_client_ctx); in lws_plat_vhost_tls_client_ctx_init()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs1284 #[corresponds(SSL_CTX_get_cert_store)]
1286 unsafe { X509StoreBuilderRef::from_ptr(ffi::SSL_CTX_get_cert_store(self.as_ptr())) } in cert_store()
1290 #[corresponds(SSL_CTX_get_cert_store)]
1292 unsafe { X509StoreBuilderRef::from_ptr_mut(ffi::SSL_CTX_get_cert_store(self.as_ptr())) } in cert_store_mut()
1824 #[corresponds(SSL_CTX_get_cert_store)]
1826 unsafe { X509StoreRef::from_ptr(ffi::SSL_CTX_get_cert_store(self.as_ptr())) } in cert_store()
/third_party/node/src/crypto/
H A Dcrypto_context.cc715 X509_STORE* cert_store = SSL_CTX_get_cert_store(ctx_.get()); in SetCACert()
751 X509_STORE* cert_store = SSL_CTX_get_cert_store(ctx_.get()); in SetCRL()
1038 X509_STORE* cert_store = SSL_CTX_get_cert_store(sc->ctx_.get()); in LoadPKCS12()
H A Dcrypto_common.cc55 X509_STORE* store = SSL_CTX_get_cert_store(ctx); in SSL_CTX_get_issuer()
H A Dcrypto_tls.cc1369 SSL_CTX_get_cert_store(sc->ctx().get())); in SetCACerts()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c707 if (!X509_STORE_add_cert(SSL_CTX_get_cert_store(ssl_ctx), in tls_cryptoapi_ca_cert()
2638 lookup = X509_STORE_add_lookup(SSL_CTX_get_cert_store(ssl_ctx), in tls_load_ca_der()
2749 if (!X509_STORE_add_cert(SSL_CTX_get_cert_store(ssl_ctx), in tls_connection_ca_cert()
2775 if (tls_add_ca_from_keystore(SSL_CTX_get_cert_store(ssl_ctx), in tls_connection_ca_cert()
2795 SSL_CTX_get_cert_store(ssl_ctx), alias)) { in tls_connection_ca_cert()
2889 X509_STORE *cs = SSL_CTX_get_cert_store(data->ssl); in tls_global_set_verify()
4966 store = SSL_CTX_get_cert_store(conn->ssl_ctx); in ocsp_resp_cb()
H A Dtls_openssl_ocsp.c586 store = SSL_CTX_get_cert_store(ssl_ctx); in check_ocsp_resp()
/third_party/curl/lib/vtls/
H A Dopenssl.c2391 st = SSL_CTX_get_cert_store(backend->ctx); in verifystatus()
3435 X509_STORE *store = SSL_CTX_get_cert_store(ssl_ctx); in Curl_ssl_setup_x509_store()
3450 X509_STORE *store = SSL_CTX_get_cert_store(ssl_ctx); in Curl_ssl_setup_x509_store()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Ds_cb.c1293 st = SSL_CTX_get_cert_store(ctx); in ssl_ctx_add_crls()
/third_party/openssl/apps/lib/
H A Ds_cb.c1293 st = SSL_CTX_get_cert_store(ctx); in ssl_ctx_add_crls()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dssl.rs467 pub fn SSL_CTX_get_cert_store(ctx: *const SSL_CTX) -> *mut X509_STORE; in SSL_CTX_get_cert_store() functions
/third_party/python/Modules/
H A D_ssl.c3974 store = SSL_CTX_get_cert_store(self->ctx); in _add_ca_certs()
4599 store = SSL_CTX_get_cert_store(self->ctx); in _ssl__SSLContext_cert_store_stats_impl()
4654 store = SSL_CTX_get_cert_store(self->ctx); in _ssl__SSLContext_get_ca_certs_impl()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dhttp_curl.c1156 store = SSL_CTX_get_cert_store(SSL_get_SSL_CTX(s)); in ocsp_resp_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dhttp_curl.c1156 store = SSL_CTX_get_cert_store(SSL_get_SSL_CTX(s)); in ocsp_resp_cb()
/third_party/nghttp2/src/
H A Dshrpx_tls.cc2507 auto store = SSL_CTX_get_cert_store(ssl_ctx); in verify_ocsp_response()
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c515 SSL_CTX_get_cert_store(SSL_get_SSL_CTX(s)), in get_ocsp_resp_from_responder()

Completed in 65 milliseconds

1234