/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_cert_store.pod | 38 L<SSL_CTX_load_verify_locations(3)>. 41 L<SSL_CTX_load_verify_locations(3)> 79 L<SSL_CTX_load_verify_locations(3)>,
|
H A D | SSL_CTX_load_verify_locations.pod | 8 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:
|
H A D | SSL_CTX_add_extra_chain_cert.pod | 47 L<SSL_CTX_load_verify_locations(3)>. 73 L<SSL_CTX_load_verify_locations(3)>
|
H A D | X509_LOOKUP_hash_dir.pod | 35 L<SSL_CTX_load_verify_locations(3)> 145 L<SSL_CTX_load_verify_locations(3)>,
|
H A D | SSL_CTX_set0_CA_list.pod | 139 L<SSL_CTX_load_verify_locations(3)> to additionally load them for verification. 177 L<SSL_CTX_load_verify_locations(3)>
|
H A D | SSL_CTX_use_certificate.pod | 165 L<SSL_CTX_load_verify_locations(3)>. 190 L<SSL_CTX_load_verify_locations(3)>,
|
H A D | SSL_CTX_set_cert_verify_callback.pod | 95 L<SSL_CTX_load_verify_locations(3)>
|
H A D | SSL_CTX_new.pod | 106 such as L<SSL_CTX_load_verify_locations(3)> and L<SSL_CTX_set1_param(3)>.
|
H A D | SSL_CTX_set_verify.pod | 355 L<SSL_CTX_load_verify_locations(3)>,
|
/freebsd/crypto/openssl/demos/bio/ |
H A D | sconnect.c | 55 SSL_CTX_load_verify_locations(ssl_ctx, CAfile, NULL); in main()
|
/freebsd/contrib/libpcap/ |
H A D | sslutils.c | 102 if (! SSL_CTX_load_verify_locations(ctx, ssl_rootfile, 0)) in ssl_init_once()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | openssl-env.pod | 71 See L<SSL_CTX_load_verify_locations(3)>.
|
/freebsd/contrib/ntp/sntp/libevent/sample/ |
H A D | https-client.c | 383 if (SSL_CTX_load_verify_locations(ssl_ctx, crt, NULL) != 1) { in main()
|
/freebsd/secure/lib/libssl/ |
H A D | Version.map | 96 SSL_CTX_load_verify_locations;
|
/freebsd/contrib/libevent/sample/ |
H A D | https-client.c | 383 if (SSL_CTX_load_verify_locations(ssl_ctx, crt, NULL) != 1) { in main()
|
/freebsd/usr.sbin/rpc.tlsclntd/ |
H A D | rpc.tlsclntd.c | 554 ret = SSL_CTX_load_verify_locations(ctx, in rpctls_setupcl_ssl()
|
/freebsd/contrib/unbound/util/ |
H A D | net_help.c | 1284 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/usr.sbin/rpc.tlsservd/ |
H A D | rpc.tlsservd.c | 736 ret = SSL_CTX_load_verify_locations(ctx, in rpctls_setup_ssl()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 420 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/contrib/unbound/smallapp/ |
H A D | unbound-control.c | 565 if(SSL_CTX_load_verify_locations(ctx, s_cert, NULL) != 1) in setup_ctx()
|
/freebsd/lib/libfetch/ |
H A D | common.c | 1082 SSL_CTX_load_verify_locations(ctx, ca_cert_file, in fetch_ssl_setup_peer_verification()
|
/freebsd/crypto/openssl/util/ |
H A D | libssl.num | 357 SSL_CTX_load_verify_locations 358 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/doc/ |
H A D | build.info | 2154 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/contrib/sendmail/src/ |
H A D | tls.c | 1543 if ((r = SSL_CTX_load_verify_locations(*ctx, cacertfile,
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_openssl.c | 2940 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()
|