Home
last modified time | relevance | path

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

/openssl/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
154 noCAfile = 1; in crl_main()
223 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()
261 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
340 noCAfile = 1; in smime_main()
533 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in smime_main()
H A Dpkcs12.c179 int noCApath = 0, noCAfile = 0, noCAstore = 0; in pkcs12_main() local
347 noCAfile = 1; in pkcs12_main()
402 if (noCAfile) in pkcs12_main()
606 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in pkcs12_main()
H A Docsp.c252 int noCAfile = 0, noCApath = 0, noCAstore = 0; in ocsp_main() local
402 noCAfile = 1; in ocsp_main()
801 store = setup_verify(CAfile, noCAfile, CApath, noCApath, in ocsp_main()
H A Dcms.c296 int noCAfile = 0, noCApath = 0, noCAstore = 0; in cms_main() local
487 noCAfile = 1; in cms_main()
964 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in cms_main()
H A Ds_server.c1006 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_server_main() local
1329 noCAfile = 1; in s_server_main()
1965 if (!ctx_set_verify_locations(ctx, CAfile, noCAfile, CApath, noCApath, in s_server_main()
2028 if (!ctx_set_verify_locations(ctx2, CAfile, noCAfile, CApath, in s_server_main()
H A Ds_client.c826 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_client_main() local
1350 noCAfile = 1; in s_client_main()
1931 if (!ctx_set_verify_locations(ctx, CAfile, noCAfile, CApath, noCApath, in s_client_main()
/openssl/apps/include/
H A Dapps.h156 X509_STORE *setup_verify(const char *CAfile, int noCAfile,
160 const char *CAfile, int noCAfile,
/openssl/apps/lib/
H A Dapps.c140 const char *CAfile, int noCAfile, in ctx_set_verify_locations() argument
145 if (!noCAfile && SSL_CTX_set_default_verify_file(ctx) <= 0) in ctx_set_verify_locations()
1320 X509_STORE *setup_verify(const char *CAfile, int noCAfile, in setup_verify() argument
1332 if (CAfile != NULL || !noCAfile) { in setup_verify()

Completed in 60 milliseconds