/openssl/apps/ |
H A D | verify.c | 88 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 D | crl.c | 94 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 D | s_time.c | 126 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 D | smime.c | 180 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 D | pkcs12.c | 185 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 D | ocsp.c | 246 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 D | cms.c | 299 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 D | s_server.c | 1038 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 D | s_client.c | 878 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 D | apps.h | 160 X509_STORE *setup_verify(const char *CAfile, int noCAfile, 164 const char *CAfile, int noCAfile,
|
/openssl/apps/lib/ |
H A D | apps.c | 143 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()
|