Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/doc/man3/
H A DSSL_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)>,
H A 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:
H A DSSL_CTX_add_extra_chain_cert.pod47 L<SSL_CTX_load_verify_locations(3)>.
73 L<SSL_CTX_load_verify_locations(3)>
H A DX509_LOOKUP_hash_dir.pod35 L<SSL_CTX_load_verify_locations(3)>
145 L<SSL_CTX_load_verify_locations(3)>,
H A 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)>
H A DSSL_CTX_use_certificate.pod165 L<SSL_CTX_load_verify_locations(3)>.
190 L<SSL_CTX_load_verify_locations(3)>,
H A DSSL_CTX_set_cert_verify_callback.pod95 L<SSL_CTX_load_verify_locations(3)>
H A DSSL_CTX_new.pod106 such as L<SSL_CTX_load_verify_locations(3)> and L<SSL_CTX_set1_param(3)>.
H A DSSL_CTX_set_verify.pod355 L<SSL_CTX_load_verify_locations(3)>,
/freebsd/crypto/openssl/demos/bio/
H A Dsconnect.c55 SSL_CTX_load_verify_locations(ssl_ctx, CAfile, NULL); in main()
/freebsd/contrib/libpcap/
H A Dsslutils.c102 if (! SSL_CTX_load_verify_locations(ctx, ssl_rootfile, 0)) in ssl_init_once()
/freebsd/crypto/openssl/doc/man7/
H A Dopenssl-env.pod71 See L<SSL_CTX_load_verify_locations(3)>.
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhttps-client.c383 if (SSL_CTX_load_verify_locations(ssl_ctx, crt, NULL) != 1) { in main()
/freebsd/secure/lib/libssl/
H A DVersion.map96 SSL_CTX_load_verify_locations;
/freebsd/contrib/libevent/sample/
H A Dhttps-client.c383 if (SSL_CTX_load_verify_locations(ssl_ctx, crt, NULL) != 1) { in main()
/freebsd/usr.sbin/rpc.tlsclntd/
H A Drpc.tlsclntd.c554 ret = SSL_CTX_load_verify_locations(ctx, in rpctls_setupcl_ssl()
/freebsd/contrib/unbound/util/
H A Dnet_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/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c736 ret = SSL_CTX_load_verify_locations(ctx, in rpctls_setup_ssl()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile420 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 Dunbound-control.c565 if(SSL_CTX_load_verify_locations(ctx, s_cert, NULL) != 1) in setup_ctx()
/freebsd/lib/libfetch/
H A Dcommon.c1082 SSL_CTX_load_verify_locations(ctx, ca_cert_file, in fetch_ssl_setup_peer_verification()
/freebsd/crypto/openssl/util/
H A Dlibssl.num357 SSL_CTX_load_verify_locations 358 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/doc/
H A Dbuild.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/contrib/sendmail/src/
H A Dtls.c1543 if ((r = SSL_CTX_load_verify_locations(*ctx, cacertfile,
/freebsd/contrib/wpa/src/crypto/
H A Dtls_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