Home
last modified time | relevance | path

Searched refs:noCAfile (Results 1 – 22 of 22) sorted by relevance

/netbsd/crypto/external/bsd/openssl.old/dist/apps/
H A Dverify.c71 int noCApath = 0, noCAfile = 0; in verify_main() local
120 noCAfile = 1; in verify_main()
130 noCAfile = 1; in verify_main()
172 if ((store = setup_verify(CAfile, CApath, noCAfile, noCApath)) == NULL) in verify_main()
H A Dcrl.c79 int text = 0, do_ver = 0, noCAfile = 0, noCApath = 0; in crl_main() local
133 noCAfile = 1; in crl_main()
188 if ((store = setup_verify(CAfile, CApath, noCAfile, noCApath)) == NULL) in crl_main()
H A Ds_time.c101 int noCApath = 0, noCAfile = 0; in s_time_main() local
157 noCAfile = 1; in s_time_main()
209 if (!ctx_set_verify_locations(ctx, CAfile, CApath, noCAfile, noCApath)) { in s_time_main()
H A Dsmime.c129 int noCApath = 0, noCAfile = 0; in smime_main() local
306 noCAfile = 1; in smime_main()
476 if ((store = setup_verify(CAfile, CApath, noCAfile, noCApath)) == NULL) in smime_main()
H A Dapps.h472 int noCAfile, int noCApath);
474 const char *CApath, int noCAfile,
H A Dpkcs12.c137 int noCApath = 0, noCAfile = 0; in pkcs12_main() local
276 noCAfile = 1; in pkcs12_main()
403 if ((store = setup_verify(CAfile, CApath, noCAfile, noCApath)) in pkcs12_main()
H A Dcms.c205 int noCAfile = 0, noCApath = 0; in cms_main() local
383 noCAfile = 1; in cms_main()
800 if ((store = setup_verify(CAfile, CApath, noCAfile, noCApath)) == NULL) in cms_main()
H A Docsp.c255 int noCAfile = 0, noCApath = 0; in ocsp_main() local
392 noCAfile = 1; in ocsp_main()
755 store = setup_verify(CAfile, CApath, noCAfile, noCApath); in ocsp_main()
H A Dapps.c130 const char *CApath, int noCAfile, int noCApath) in ctx_set_verify_locations() argument
133 if (!noCAfile && SSL_CTX_set_default_verify_file(ctx) <= 0) in ctx_set_verify_locations()
1236 X509_STORE *setup_verify(const char *CAfile, const char *CApath, int noCAfile, int noCApath) in setup_verify() argument
1244 if (CAfile != NULL || !noCAfile) { in setup_verify()
H A Ds_server.c1010 int noCApath = 0, noCAfile = 0; in s_server_main() local
1313 noCAfile = 1; in s_server_main()
1887 if (!ctx_set_verify_locations(ctx, CAfile, CApath, noCAfile, noCApath)) { in s_server_main()
1948 if (!ctx_set_verify_locations(ctx2, CAfile, CApath, noCAfile, in s_server_main()
H A Ds_client.c912 int noCApath = 0, noCAfile = 0; in s_client_main() local
1410 noCAfile = 1; in s_client_main()
1936 if (!ctx_set_verify_locations(ctx, CAfile, CApath, noCAfile, noCApath)) { in s_client_main()
/netbsd/crypto/external/bsd/openssl/dist/apps/
H A Dverify.c88 int noCApath = 0, noCAfile = 0, noCAstore = 0; in verify_main() local
141 noCAfile = 1; in verify_main()
154 noCAfile = 1; in verify_main()
209 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in verify_main()
H A Dcrl.c94 int text = 0, do_ver = 0, noCAfile = 0, noCApath = 0, noCAstore = 0; in crl_main() local
153 noCAfile = 1; in crl_main()
225 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in crl_main()
H A Ds_time.c126 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_time_main() local
181 noCAfile = 1; in s_time_main()
262 if (!ctx_set_verify_locations(ctx, CAfile, noCAfile, CApath, noCApath, in s_time_main()
H A Dsmime.c151 int noCApath = 0, noCAfile = 0, noCAstore = 0; in smime_main() local
339 noCAfile = 1; in smime_main()
534 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in smime_main()
H A Dpkcs12.c176 int noCApath = 0, noCAfile = 0, noCAstore = 0; in pkcs12_main() local
341 noCAfile = 1; in pkcs12_main()
399 if (noCAfile) in pkcs12_main()
601 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in pkcs12_main()
H A Docsp.c250 int noCAfile = 0, noCApath = 0, noCAstore = 0; in ocsp_main() local
399 noCAfile = 1; in ocsp_main()
799 store = setup_verify(CAfile, noCAfile, CApath, noCApath, in ocsp_main()
H A Dcms.c295 int noCAfile = 0, noCApath = 0, noCAstore = 0; in cms_main() local
479 noCAfile = 1; in cms_main()
937 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in cms_main()
H A Ds_server.c1003 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_server_main() local
1322 noCAfile = 1; in s_server_main()
1937 if (!ctx_set_verify_locations(ctx, CAfile, noCAfile, CApath, noCApath, in s_server_main()
2000 if (!ctx_set_verify_locations(ctx2, CAfile, noCAfile, CApath, in s_server_main()
H A Ds_client.c816 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_client_main() local
1331 noCAfile = 1; in s_client_main()
1901 if (!ctx_set_verify_locations(ctx, CAfile, noCAfile, CApath, noCApath, in s_client_main()
/netbsd/crypto/external/bsd/openssl/dist/apps/include/
H A Dapps.h153 X509_STORE *setup_verify(const char *CAfile, int noCAfile,
157 const char *CAfile, int noCAfile,
/netbsd/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapps.c149 const char *CAfile, int noCAfile, in ctx_set_verify_locations() argument
154 if (!noCAfile && SSL_CTX_set_default_verify_file(ctx) <= 0) in ctx_set_verify_locations()
1358 X509_STORE *setup_verify(const char *CAfile, int noCAfile, in setup_verify() argument
1370 if (CAfile != NULL || !noCAfile) { in setup_verify()