Searched refs:SSL_CTX_load_verify_locations (Results 1 - 23 of 23) sorted by relevance

/openbsd-current/lib/libssl/man/
H A DMakefile20 SSL_CTX_load_verify_locations.3 \
/openbsd-current/regress/lib/libcrypto/ocsp/
H A Docsp_test.c90 if (!SSL_CTX_load_verify_locations(ctx, cafile, NULL)) {
/openbsd-current/regress/lib/libssl/verify/
H A Dverify.c165 if (!SSL_CTX_load_verify_locations(ctx, config->ca_file, NULL)) {
/openbsd-current/regress/lib/libssl/interop/
H A Dclient.c171 if (SSL_CTX_load_verify_locations(ctx, ca, NULL) <= 0)
172 err_ssl(1, "SSL_CTX_load_verify_locations");
H A Dserver.c201 if (SSL_CTX_load_verify_locations(ctx, ca, NULL) <= 0)
202 err_ssl(1, "SSL_CTX_load_verify_locations");
/openbsd-current/usr.bin/openssl/
H A Ds_time.c295 if ((!SSL_CTX_load_verify_locations(tm_ctx, cfg.CAfile,
H A Ds_server.c1198 if ((!SSL_CTX_load_verify_locations(ctx, cfg.CAfile,
1256 if ((!SSL_CTX_load_verify_locations(ctx2,
H A Ds_client.c1016 && !SSL_CTX_load_verify_locations(ctx, cfg.CAfile,
/openbsd-current/regress/lib/libssl/api/
H A Dapitest.c40 if (!SSL_CTX_load_verify_locations(ssl_ctx, ca_path, NULL)) {
/openbsd-current/lib/libssl/hidden/openssl/
H A Dssl.h322 LSSL_USED(SSL_CTX_load_verify_locations); variable
/openbsd-current/usr.sbin/nsd/
H A Dnsd-control.c212 if (SSL_CTX_load_verify_locations(ctx, s_cert, NULL) != 1)
H A Dxfrd-tcp.c184 else if (tls_cert_bundle && tls_cert_bundle[0] && SSL_CTX_load_verify_locations(
H A Dserver.c2149 if(!SSL_CTX_load_verify_locations(ctx, verifypem, NULL)) {
/openbsd-current/usr.sbin/unbound/testcode/
H A Dpetal.c272 if(!SSL_CTX_load_verify_locations(ctx, cert, NULL))
/openbsd-current/regress/lib/libssl/ssl/
H A Dssltest.c665 if ((!SSL_CTX_load_verify_locations(s_ctx, CAfile, CApath)) ||
667 (!SSL_CTX_load_verify_locations(c_ctx, CAfile, CApath)) ||
/openbsd-current/usr.sbin/unbound/util/
H A Dnet_help.c1269 if(!SSL_CTX_load_verify_locations(ctx, verifypem, NULL)) {
1441 if(!SSL_CTX_load_verify_locations(ctx, verifypem, NULL)) {
/openbsd-current/sbin/unwind/libunbound/util/
H A Dnet_help.c1269 if(!SSL_CTX_load_verify_locations(ctx, verifypem, NULL)) {
1441 if(!SSL_CTX_load_verify_locations(ctx, verifypem, NULL)) {
/openbsd-current/usr.sbin/nsd/dnstap/
H A Ddnstap.c227 if(!SSL_CTX_load_verify_locations(dtw->ctx, tls_cert_bundle, NULL)) {
228 log_msg(LOG_ERR, "dnstap: SSL_CTX_load_verify_locations failed for %s", tls_cert_bundle);
/openbsd-current/lib/libtls/
H A Dtls.c659 } else if (SSL_CTX_load_verify_locations(ssl_ctx, NULL,
/openbsd-current/usr.sbin/unbound/smallapp/
H A Dunbound-control.c548 if(SSL_CTX_load_verify_locations(ctx, s_cert, NULL) != 1)
/openbsd-current/lib/libssl/
H A Dssl_lib.c3262 SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile, function
3267 LSSL_ALIAS(SSL_CTX_load_verify_locations); variable
H A Dssl.h1395 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile,
/openbsd-current/usr.sbin/unbound/daemon/
H A Dremote.c147 if(!SSL_CTX_load_verify_locations(rc->ctx, s_cert, NULL)) {

Completed in 385 milliseconds