Home
last modified time | relevance | path

Searched refs:SSL_CTX_load_verify_locations (Results 1 – 25 of 30) sorted by relevance

12

/third_party/openssl/doc/man3/
DSSL_CTX_load_verify_locations.pod8 SSL_CTX_set_default_verify_store, SSL_CTX_load_verify_locations
25 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile,
30 SSL_CTX_load_verify_locations(), SSL_CTX_load_verify_dir(),
75 The B<CAfile> is processed on execution of the SSL_CTX_load_verify_locations()
125 For SSL_CTX_load_verify_locations the following return values can occur:
DSSL_CTX_set_cert_store.pod36 L<SSL_CTX_load_verify_locations(3)>.
39 L<SSL_CTX_load_verify_locations(3)>
77 L<SSL_CTX_load_verify_locations(3)>,
DSSL_CTX_add_extra_chain_cert.pod47 L<SSL_CTX_load_verify_locations(3)>.
73 L<SSL_CTX_load_verify_locations(3)>
DX509_LOOKUP_hash_dir.pod35 L<SSL_CTX_load_verify_locations(3)>
145 L<SSL_CTX_load_verify_locations(3)>,
DSSL_CTX_set0_CA_list.pod139 L<SSL_CTX_load_verify_locations(3)> to additionally load them for verification.
177 L<SSL_CTX_load_verify_locations(3)>
DSSL_CTX_use_certificate.pod164 L<SSL_CTX_load_verify_locations(3)>.
189 L<SSL_CTX_load_verify_locations(3)>,
DSSL_CTX_set_cert_verify_callback.pod95 L<SSL_CTX_load_verify_locations(3)>
DSSL_CTX_new.pod106 such as L<SSL_CTX_load_verify_locations(3)> and L<SSL_CTX_set1_param(3)>.
DSSL_CTX_set_verify.pod352 L<SSL_CTX_load_verify_locations(3)>,
/third_party/openssl/demos/bio/
Dsconnect.c55 SSL_CTX_load_verify_locations(ssl_ctx, CAfile, NULL); in main()
/third_party/openssl/doc/man7/
Dopenssl-env.pod71 See L<SSL_CTX_load_verify_locations(3)>.
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-client.c961 if (!SSL_CTX_load_verify_locations(
973 if (!SSL_CTX_load_verify_locations(
Dopenssl-server.c575 !SSL_CTX_load_verify_locations(vhost->tls.ssl_ctx,
/third_party/nghttp2/src/
Dshrpx_tls.cc1069 if (SSL_CTX_load_verify_locations(ssl_ctx, tlsconf.cacert.c_str(), in create_ssl_context()
1111 if (SSL_CTX_load_verify_locations( in create_ssl_context()
1365 if (SSL_CTX_load_verify_locations(ssl_ctx, tlsconf.cacert.c_str(), in create_quic_ssl_context()
1407 if (SSL_CTX_load_verify_locations( in create_quic_ssl_context()
1626 if (SSL_CTX_load_verify_locations(ssl_ctx, cacert.c_str(), nullptr) != 1) { in create_ssl_client_context()
/third_party/ffmpeg/libavformat/
Dtls_openssl.c260 if (!SSL_CTX_load_verify_locations(p->ctx, c->ca_file, NULL)) in tls_open()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h1193 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile, const char *CApath);
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs720 pub fn SSL_CTX_load_verify_locations( in SSL_CTX_load_verify_locations() function
/third_party/openssl/util/
Dlibssl.num357 SSL_CTX_load_verify_locations 358 3_0_0 EXIST::FUNCTION:
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs901 #[corresponds(SSL_CTX_load_verify_locations)]
905 cvt(ffi::SSL_CTX_load_verify_locations( in set_ca_file()
/third_party/libcoap/src/
Dcoap_openssl.c2682 if (!SSL_CTX_load_verify_locations(context->dtls.ctx, ca_file, ca_dir)) { in coap_dtls_context_set_pki_root_cas()
2690 if (!SSL_CTX_load_verify_locations(context->tls.ctx, ca_file, ca_dir)) { in coap_dtls_context_set_pki_root_cas()
/third_party/openssl/doc/
Dbuild.info2118 DEPEND[html/man3/SSL_CTX_load_verify_locations.html]=man3/SSL_CTX_load_verify_locations.pod
2119 GENERATE[html/man3/SSL_CTX_load_verify_locations.html]=man3/SSL_CTX_load_verify_locations.pod
2120 DEPEND[man/man3/SSL_CTX_load_verify_locations.3]=man3/SSL_CTX_load_verify_locations.pod
2121 GENERATE[man/man3/SSL_CTX_load_verify_locations.3]=man3/SSL_CTX_load_verify_locations.pod
3267 html/man3/SSL_CTX_load_verify_locations.html \
3863 man/man3/SSL_CTX_load_verify_locations.3 \
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c2741 if (SSL_CTX_load_verify_locations(ssl_ctx, ca_cert, ca_path) != in tls_connection_ca_cert()
2777 if (SSL_CTX_load_verify_locations(ssl_ctx, ca_cert, NULL) != 1) in tls_global_ca_cert()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c2796 if (SSL_CTX_load_verify_locations(ssl_ctx, ca_cert, ca_path) != in tls_connection_ca_cert()
2832 if (SSL_CTX_load_verify_locations(ssl_ctx, ca_cert, NULL) != 1) in tls_global_ca_cert()
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h1986 __owur int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile,
/third_party/python/Modules/
D_ssl.c4103 r = SSL_CTX_load_verify_locations(self->ctx, cafile_buf, capath_buf); in _ssl__SSLContext_load_verify_locations_impl()

12