Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssl/doc/ssl/
DSSL_CTX_set_cert_store.pod31 L<SSL_CTX_load_verify_locations(3)|SSL_CTX_load_verify_locations(3)>.
34 L<SSL_CTX_load_verify_locations(3)|SSL_CTX_load_verify_locations(3)>
54 L<SSL_CTX_load_verify_locations(3)|SSL_CTX_load_verify_locations(3)>,
DSSL_CTX_add_extra_chain_cert.pod33 L<SSL_CTX_load_verify_locations(3)|SSL_CTX_load_verify_locations(3)>.
58 L<SSL_CTX_load_verify_locations(3)|SSL_CTX_load_verify_locations(3)>
DSSL_CTX_set_client_CA_list.pod45 L<SSL_CTX_load_verify_locations(3)|SSL_CTX_load_verify_locations(3)>
92 L<SSL_CTX_load_verify_locations(3)|SSL_CTX_load_verify_locations(3)>
DSSL_CTX_load_verify_locations.pod5 SSL_CTX_load_verify_locations - set default locations for trusted CA
12 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile,
17 SSL_CTX_load_verify_locations() specifies the locations for B<ctx>, at
33 The B<CAfile> is processed on execution of the SSL_CTX_load_verify_locations()
DSSL_CTX_set_cert_verify_callback.pod65 L<SSL_CTX_load_verify_locations(3)|SSL_CTX_load_verify_locations(3)>
DSSL_CTX_use_certificate.pod139 L<SSL_CTX_load_verify_locations(3)|SSL_CTX_load_verify_locations(3)>.
157 L<SSL_CTX_load_verify_locations(3)|SSL_CTX_load_verify_locations(3)>,
DSSL_CTX_set_verify.pod288 L<SSL_CTX_load_verify_locations(3)|SSL_CTX_load_verify_locations(3)>,
Dssl.pod297 =item int B<SSL_CTX_load_verify_locations>(SSL_CTX *ctx, char *CAfile, char *CApath);
738 L<SSL_CTX_load_verify_locations(3)|SSL_CTX_load_verify_locations(3)>
/freebsd-10-stable/contrib/unbound/util/
Dnet_help.c671 if(!SSL_CTX_load_verify_locations(ctx, verifypem, NULL)) { in listen_sslctx_create()
728 if(!SSL_CTX_load_verify_locations(ctx, verifypem, NULL)) { in connect_sslctx_create()
/freebsd-10-stable/contrib/unbound/smallapp/
Dunbound-control.c170 if (SSL_CTX_load_verify_locations(ctx, s_cert, NULL) != 1) in setup_ctx()
/freebsd-10-stable/crypto/openssl/apps/
Ds_time.c384 if ((!SSL_CTX_load_verify_locations(tm_ctx, CAfile, CApath)) || in MAIN()
Ds_server.c1606 if ((!SSL_CTX_load_verify_locations(ctx, CAfile, CApath)) || in MAIN()
1656 if ((!SSL_CTX_load_verify_locations(ctx2, CAfile, CApath)) || in MAIN()
Ds_client.c1183 && !SSL_CTX_load_verify_locations(ctx, CAfile, CApath)) { in MAIN()
/freebsd-10-stable/secure/lib/libssl/
DMakefile.man12 MAN+= SSL_CTX_load_verify_locations.3
/freebsd-10-stable/crypto/openssl/crypto/threads/
Dmttest.c295 if ((!SSL_CTX_load_verify_locations(s_ctx, CAfile, CApath)) || in main()
297 (!SSL_CTX_load_verify_locations(c_ctx, CAfile, CApath)) || in main()
/freebsd-10-stable/crypto/openssl/util/
Dssleay.num128 SSL_CTX_load_verify_locations 141 EXIST::FUNCTION:
/freebsd-10-stable/crypto/openssl/ssl/
Dssltest.c983 if ((!SSL_CTX_load_verify_locations(s_ctx, CAfile, CApath)) || in main()
985 (!SSL_CTX_load_verify_locations(c_ctx, CAfile, CApath)) || in main()
Dssl.h2102 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile,
Dssl_lib.c2987 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile, in SSL_CTX_load_verify_locations() function
/freebsd-10-stable/contrib/wpa/src/crypto/
Dtls_openssl.c1466 if (SSL_CTX_load_verify_locations(ssl_ctx, ca_cert, ca_path) != in tls_connection_ca_cert()
1500 if (SSL_CTX_load_verify_locations(ssl_ctx, ca_cert, NULL) != 1) in tls_global_ca_cert()
/freebsd-10-stable/lib/libfetch/
Dcommon.c816 SSL_CTX_load_verify_locations(ctx, ca_cert_file, in fetch_ssl_setup_peer_verification()
/freebsd-10-stable/contrib/sendmail/src/
Dtls.c1293 if ((r = SSL_CTX_load_verify_locations(*ctx, cacertfile,
/freebsd-10-stable/contrib/unbound/daemon/
Dremote.c280 if(!SSL_CTX_load_verify_locations(rc->ctx, s_cert, NULL)) { in daemon_remote_create()
/freebsd-10-stable/contrib/unbound/doc/
DChangelog510 - Fix #627: SSL_CTX_load_verify_locations return code not properly
/freebsd-10-stable/
DObsoleteFiles.inc3513 OLD_FILES+=usr/share/man/man3/SSL_CTX_load_verify_locations.3.gz