Searched refs:noCAstore (Results 1 – 11 of 11) sorted by relevance
/openssl/apps/ |
H A D | verify.c | 88 int noCApath = 0, noCAfile = 0, noCAstore = 0; in verify_main() local 144 noCAstore = 1; in verify_main() 156 noCAstore = 1; in verify_main() 210 CAstore, noCAstore)) == NULL) 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 157 noCAstore = 1; in crl_main() 224 CAstore, noCAstore)) == NULL) in crl_main()
|
H A D | s_time.c | 126 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_time_main() local 187 noCAstore = 1; in s_time_main() 262 CAstore, noCAstore)) { in s_time_main()
|
H A D | smime.c | 180 int noCApath = 0, noCAfile = 0, noCAstore = 0; in smime_main() local 381 noCAstore = 1; in smime_main() 564 CAstore, noCAstore)) == NULL) in smime_main()
|
H A D | pkcs12.c | 185 int noCApath = 0, noCAfile = 0, noCAstore = 0; in pkcs12_main() local 361 noCAstore = 1; in pkcs12_main() 423 if (noCAstore) in pkcs12_main() 625 CAstore, noCAstore)) in pkcs12_main()
|
H A D | ocsp.c | 246 int noCAfile = 0, noCApath = 0, noCAstore = 0; in ocsp_main() local 402 noCAstore = 1; in ocsp_main() 800 CAstore, noCAstore); in ocsp_main()
|
H A D | cms.c | 299 int noCAfile = 0, noCApath = 0, noCAstore = 0; in cms_main() local 496 noCAstore = 1; in cms_main() 960 CAstore, noCAstore)) == NULL) in cms_main()
|
H A D | s_server.c | 1038 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_server_main() local 1311 noCAstore = 1; in s_server_main() 2027 CAstore, noCAstore)) { in s_server_main() 2090 noCApath, CAstore, noCAstore)) { in s_server_main()
|
H A D | s_client.c | 878 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_client_main() local 1451 noCAstore = 1; in s_client_main() 2026 CAstore, noCAstore)) { in s_client_main()
|
/openssl/apps/include/ |
H A D | apps.h | 162 const char *CAstore, int noCAstore); 166 const char *CAstore, int noCAstore);
|
/openssl/apps/lib/ |
H A D | apps.c | 145 const char *CAstore, int noCAstore) in ctx_set_verify_locations() argument 152 if (!noCAstore && SSL_CTX_set_default_verify_store(ctx) <= 0) in ctx_set_verify_locations() 1395 const char *CAstore, int noCAstore) in setup_verify() argument 1439 if (CAstore != NULL || !noCAstore) { in setup_verify()
|
Completed in 60 milliseconds