Symbol: SSL_CTX_load_verify_locations
lib/libssl/hidden/openssl/ssl.h
324
LSSL_USED(SSL_CTX_load_verify_locations);
lib/libssl/ssl.h
1386
int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile,
lib/libssl/ssl_lib.c
3277
LSSL_ALIAS(SSL_CTX_load_verify_locations);
lib/libtls/tls.c
659
} else if (SSL_CTX_load_verify_locations(ssl_ctx, NULL,
regress/lib/libcrypto/ocsp/ocsp_test.c
90
if (!SSL_CTX_load_verify_locations(ctx, cafile, NULL)) {
regress/lib/libssl/api/apitest.c
40
if (!SSL_CTX_load_verify_locations(ssl_ctx, ca_path, NULL)) {
regress/lib/libssl/interop/client.c
171
if (SSL_CTX_load_verify_locations(ctx, ca, NULL) <= 0)
regress/lib/libssl/interop/server.c
201
if (SSL_CTX_load_verify_locations(ctx, ca, NULL) <= 0)
regress/lib/libssl/ssl/ssltest.c
665
if ((!SSL_CTX_load_verify_locations(s_ctx, CAfile, CApath)) ||
regress/lib/libssl/ssl/ssltest.c
667
(!SSL_CTX_load_verify_locations(c_ctx, CAfile, CApath)) ||
regress/lib/libssl/verify/verify.c
165
if (!SSL_CTX_load_verify_locations(ctx, config->ca_file, NULL)) {
sbin/unwind/libunbound/services/listen_dnsport.c
4696
if(!SSL_CTX_load_verify_locations(ctx, verifypem, NULL)) {
sbin/unwind/libunbound/util/net_help.c
1386
if(!SSL_CTX_load_verify_locations(ctx, verifypem, NULL)) {
sbin/unwind/libunbound/util/net_help.c
1599
if(!SSL_CTX_load_verify_locations(ctx, verifypem, NULL)) {
usr.bin/openssl/s_client.c
1035
&& !SSL_CTX_load_verify_locations(ctx, cfg.CAfile,
usr.bin/openssl/s_server.c
1195
if ((!SSL_CTX_load_verify_locations(ctx, cfg.CAfile,
usr.bin/openssl/s_server.c
1253
if ((!SSL_CTX_load_verify_locations(ctx2,
usr.bin/openssl/s_time.c
293
if ((!SSL_CTX_load_verify_locations(tm_ctx, cfg.CAfile,
usr.sbin/nsd/dnstap/dnstap.c
227
if(!SSL_CTX_load_verify_locations(dtw->ctx, tls_cert_bundle, NULL)) {
usr.sbin/nsd/nsd-control.c
212
if (SSL_CTX_load_verify_locations(ctx, s_cert, NULL) != 1)
usr.sbin/nsd/server.c
2249
if(!SSL_CTX_load_verify_locations(ctx, verifypem, NULL)) {
usr.sbin/nsd/xfrd-tcp.c
275
else if (tls_cert_bundle && tls_cert_bundle[0] && SSL_CTX_load_verify_locations(
usr.sbin/unbound/daemon/remote.c
183
if(!SSL_CTX_load_verify_locations(rc->ctx, s_cert, NULL)) {
usr.sbin/unbound/services/listen_dnsport.c
4696
if(!SSL_CTX_load_verify_locations(ctx, verifypem, NULL)) {
usr.sbin/unbound/smallapp/unbound-control.c
582
if(SSL_CTX_load_verify_locations(ctx, s_cert, NULL) != 1)
usr.sbin/unbound/testcode/petal.c
272
if(!SSL_CTX_load_verify_locations(ctx, cert, NULL))
usr.sbin/unbound/util/net_help.c
1386
if(!SSL_CTX_load_verify_locations(ctx, verifypem, NULL)) {
usr.sbin/unbound/util/net_help.c
1599
if(!SSL_CTX_load_verify_locations(ctx, verifypem, NULL)) {