Home
last modified time | relevance | path

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

12

/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_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:
HDSSL_CTX_set_cert_store.pod38 L<SSL_CTX_load_verify_locations(3)>.
41 L<SSL_CTX_load_verify_locations(3)>
79 L<SSL_CTX_load_verify_locations(3)>,
HDSSL_CTX_add_extra_chain_cert.pod47 L<SSL_CTX_load_verify_locations(3)>.
73 L<SSL_CTX_load_verify_locations(3)>
HDX509_LOOKUP_hash_dir.pod35 L<SSL_CTX_load_verify_locations(3)>
145 L<SSL_CTX_load_verify_locations(3)>,
HDSSL_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)>
HDSSL_CTX_use_certificate.pod165 L<SSL_CTX_load_verify_locations(3)>.
190 L<SSL_CTX_load_verify_locations(3)>,
HDSSL_CTX_set_cert_verify_callback.pod95 L<SSL_CTX_load_verify_locations(3)>
HDSSL_CTX_new.pod106 such as L<SSL_CTX_load_verify_locations(3)> and L<SSL_CTX_set1_param(3)>.
HDSSL_CTX_set_verify.pod355 L<SSL_CTX_load_verify_locations(3)>,
/freebsd-14-stable/crypto/openssl/demos/bio/
HDsconnect.c55 SSL_CTX_load_verify_locations(ssl_ctx, CAfile, NULL); in main()
/freebsd-14-stable/contrib/libpcap/
HDsslutils.c102 if (! SSL_CTX_load_verify_locations(ctx, ssl_rootfile, 0)) in ssl_init_once()
/freebsd-14-stable/contrib/libevent/sample/
HDhttps-client.c383 if (SSL_CTX_load_verify_locations(ssl_ctx, crt, NULL) != 1) { in main()
/freebsd-14-stable/secure/lib/libssl/
HDVersion.map96 SSL_CTX_load_verify_locations;
/freebsd-14-stable/contrib/ntp/sntp/libevent/sample/
HDhttps-client.c383 if (SSL_CTX_load_verify_locations(ssl_ctx, crt, NULL) != 1) { in main()
/freebsd-14-stable/crypto/openssl/doc/man7/
HDopenssl-env.pod164 See L<SSL_CTX_load_verify_locations(3)>.
/freebsd-14-stable/usr.sbin/rpc.tlsclntd/
HDrpc.tlsclntd.c555 ret = SSL_CTX_load_verify_locations(ctx, in rpctls_setupcl_ssl()
/freebsd-14-stable/contrib/unbound/util/
HDnet_help.c1284 if(!SSL_CTX_load_verify_locations(ctx, verifypem, NULL)) { in listen_sslctx_create()
1456 if(!SSL_CTX_load_verify_locations(ctx, verifypem, NULL)) { in connect_sslctx_create()
/freebsd-14-stable/usr.sbin/rpc.tlsservd/
HDrpc.tlsservd.c737 ret = SSL_CTX_load_verify_locations(ctx, in rpctls_setup_ssl()
/freebsd-14-stable/secure/lib/libcrypto/man/man3/
HDMakefile420 MAN+= SSL_CTX_load_verify_locations.3
3837 MLINKS+= SSL_CTX_load_verify_locations.3 SSL_CTX_load_verify_dir.3
3838 MLINKS+= SSL_CTX_load_verify_locations.3 SSL_CTX_load_verify_file.3
3839 MLINKS+= SSL_CTX_load_verify_locations.3 SSL_CTX_load_verify_store.3
3889 MLINKS+= SSL_CTX_load_verify_locations.3 SSL_CTX_set_default_verify_dir.3
3890 MLINKS+= SSL_CTX_load_verify_locations.3 SSL_CTX_set_default_verify_file.3
3891 MLINKS+= SSL_CTX_load_verify_locations.3 SSL_CTX_set_default_verify_paths.3
3892 MLINKS+= SSL_CTX_load_verify_locations.3 SSL_CTX_set_default_verify_store.3
/freebsd-14-stable/contrib/unbound/smallapp/
HDunbound-control.c565 if(SSL_CTX_load_verify_locations(ctx, s_cert, NULL) != 1) in setup_ctx()
/freebsd-14-stable/crypto/openssl/util/
HDlibssl.num357 SSL_CTX_load_verify_locations 358 3_0_0 EXIST::FUNCTION:
/freebsd-14-stable/lib/libfetch/
HDcommon.c1083 SSL_CTX_load_verify_locations(ctx, ca_cert_file, in fetch_ssl_setup_peer_verification()
/freebsd-14-stable/crypto/openssl/doc/
HDbuild.info2154 DEPEND[html/man3/SSL_CTX_load_verify_locations.html]=man3/SSL_CTX_load_verify_locations.pod
2155 GENERATE[html/man3/SSL_CTX_load_verify_locations.html]=man3/SSL_CTX_load_verify_locations.pod
2156 DEPEND[man/man3/SSL_CTX_load_verify_locations.3]=man3/SSL_CTX_load_verify_locations.pod
2157 GENERATE[man/man3/SSL_CTX_load_verify_locations.3]=man3/SSL_CTX_load_verify_locations.pod
3324 html/man3/SSL_CTX_load_verify_locations.html \
3932 man/man3/SSL_CTX_load_verify_locations.3 \
/freebsd-14-stable/contrib/sendmail/src/
HDtls.c1543 if ((r = SSL_CTX_load_verify_locations(*ctx, cacertfile,
/freebsd-14-stable/contrib/wpa/src/crypto/
HDtls_openssl.c2940 if (SSL_CTX_load_verify_locations(ssl_ctx, ca_cert, ca_path) != in tls_connection_ca_cert()
2976 if (SSL_CTX_load_verify_locations(ssl_ctx, ca_cert, NULL) != 1) in tls_global_ca_cert()

12