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.c180 int noCApath = 0, noCAfile = 0, noCAstore = 0; in smime_main() local
375 noCAfile = 1; in smime_main()
569 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in smime_main()
H A Dpkcs12.c185 int noCApath = 0, noCAfile = 0, noCAstore = 0; in pkcs12_main() local
364 noCAfile = 1; in pkcs12_main()
419 if (noCAfile) in pkcs12_main()
624 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in pkcs12_main()
H A Docsp.c246 int noCAfile = 0, noCApath = 0, noCAstore = 0; in ocsp_main() local
396 noCAfile = 1; in ocsp_main()
799 store = setup_verify(CAfile, noCAfile, CApath, noCApath, in ocsp_main()
H A Dcms.c299 int noCAfile = 0, noCApath = 0, noCAstore = 0; in cms_main() local
490 noCAfile = 1; in cms_main()
966 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in cms_main()
H A Ds_server.c1038 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_server_main() local
1364 noCAfile = 1; in s_server_main()
2026 if (!ctx_set_verify_locations(ctx, CAfile, noCAfile, CApath, noCApath, in s_server_main()
2089 if (!ctx_set_verify_locations(ctx2, CAfile, noCAfile, CApath, in s_server_main()
H A Ds_client.c878 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_client_main() local
1428 noCAfile = 1; in s_client_main()
2025 if (!ctx_set_verify_locations(ctx, CAfile, noCAfile, CApath, noCApath, in s_client_main()
/openssl/apps/include/
H A Dapps.h160 X509_STORE *setup_verify(const char *CAfile, int noCAfile,
164 const char *CAfile, int noCAfile,
/openssl/apps/lib/
H A Dapps.c143 const char *CAfile, int noCAfile, in ctx_set_verify_locations() argument
148 if (!noCAfile && SSL_CTX_set_default_verify_file(ctx) <= 0) in ctx_set_verify_locations()
1393 X509_STORE *setup_verify(const char *CAfile, int noCAfile, in setup_verify() argument
1405 if (CAfile != NULL || !noCAfile) { in setup_verify()

Completed in 63 milliseconds