Home
last modified time | relevance | path

Searched refs:noCApath (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/apps/
Dverify.c88 int noCApath = 0, noCAfile = 0, noCAstore = 0; in verify_main() local
138 noCApath = 1; in verify_main()
155 noCApath = 1; in verify_main()
209 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in verify_main()
Dcrl.c94 int text = 0, do_ver = 0, noCAfile = 0, noCApath = 0, noCAstore = 0; in crl_main() local
150 noCApath = 1; in crl_main()
225 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in crl_main()
Ds_time.c126 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_time_main() local
178 noCApath = 1; in s_time_main()
262 if (!ctx_set_verify_locations(ctx, CAfile, noCAfile, CApath, noCApath, in s_time_main()
Dsmime.c151 int noCApath = 0, noCAfile = 0, noCAstore = 0; in smime_main() local
342 noCApath = 1; in smime_main()
534 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in smime_main()
Dpkcs12.c176 int noCApath = 0, noCAfile = 0, noCAstore = 0; in pkcs12_main() local
335 noCApath = 1; in pkcs12_main()
401 if (noCApath) in pkcs12_main()
601 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in pkcs12_main()
Docsp.c250 int noCAfile = 0, noCApath = 0, noCAstore = 0; in ocsp_main() local
402 noCApath = 1; in ocsp_main()
797 store = setup_verify(CAfile, noCAfile, CApath, noCApath, in ocsp_main()
Dcms.c295 int noCAfile = 0, noCApath = 0, noCAstore = 0; in cms_main() local
482 noCApath = 1; in cms_main()
937 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in cms_main()
Ds_server.c1002 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_server_main() local
1256 noCApath = 1; in s_server_main()
1936 if (!ctx_set_verify_locations(ctx, CAfile, noCAfile, CApath, noCApath, in s_server_main()
2000 noCApath, CAstore, noCAstore)) { in s_server_main()
Ds_client.c816 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_client_main() local
1313 noCApath = 1; in s_client_main()
1901 if (!ctx_set_verify_locations(ctx, CAfile, noCAfile, CApath, noCApath, in s_client_main()
/third_party/openssl/apps/include/
Dapps.h154 const char *CApath, int noCApath,
158 const char *CApath, int noCApath,
/third_party/openssl/apps/lib/
Dapps.c150 const char *CApath, int noCApath, in ctx_set_verify_locations() argument
156 if (!noCApath && SSL_CTX_set_default_verify_dir(ctx) <= 0) in ctx_set_verify_locations()
1358 const char *CApath, int noCApath, in setup_verify() argument
1385 if (CApath != NULL || !noCApath) { in setup_verify()