Home
last modified time | relevance | path

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

/third_party/openssl/apps/
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()
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()
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()
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()
Dapps.h472 int noCAfile, int noCApath);
474 const char *CApath, int noCAfile,
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()
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()
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()
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()
1230 X509_STORE *setup_verify(const char *CAfile, const char *CApath, int noCAfile, int noCApath) in setup_verify() argument
1238 if (CAfile != NULL || !noCAfile) { in setup_verify()
Ds_server.c999 int noCApath = 0, noCAfile = 0; in s_server_main() local
1302 noCAfile = 1; in s_server_main()
1876 if (!ctx_set_verify_locations(ctx, CAfile, CApath, noCAfile, noCApath)) { in s_server_main()
1937 if (!ctx_set_verify_locations(ctx2, CAfile, CApath, noCAfile, in s_server_main()
Ds_client.c912 int noCApath = 0, noCAfile = 0; in s_client_main() local
1409 noCAfile = 1; in s_client_main()
1926 if (!ctx_set_verify_locations(ctx, CAfile, CApath, noCAfile, noCApath)) { in s_client_main()