/apps/ |
A D | ts.c | 67 const char *CAstore, 72 const char *CAstore, 170 char *CAstore = NULL; in ts_main() local 274 CAstore = opt_arg(); in ts_main() 342 CApath, CAfile, CAstore, untrusted, in ts_main() 855 const char *CAstore, char *untrusted, in verify_command() argument 875 CApath, CAfile, CAstore, untrusted, in verify_command() 902 const char *CAstore, in create_verify_ctx() argument 953 CAstore, vpm))) in create_verify_ctx() 1014 if (CAstore != NULL) { in create_cert_store() [all …]
|
A D | verify.c | 87 const char *prog, *CApath = NULL, *CAfile = NULL, *CAstore = NULL; in verify_main() local 135 CAstore = opt_arg(); in verify_main() 202 && (CAfile != NULL || CApath != NULL || CAstore != NULL)) { in verify_main() 210 CAstore, noCAstore)) == NULL) in verify_main()
|
A D | crl.c | 89 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL, *prog; in crl_main() local 147 CAstore = opt_arg(); in crl_main() 224 CAstore, noCAstore)) == NULL) in crl_main()
|
A D | s_time.c | 121 char *CApath = NULL, *CAfile = NULL, *CAstore = NULL; in s_time_main() local 184 CAstore = opt_arg(); in s_time_main() 262 CAstore, noCAstore)) { in s_time_main()
|
A D | smime.c | 174 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL, *prog = NULL; in smime_main() local 376 CAstore = opt_arg(); in smime_main() 570 CAstore, noCAstore)) == NULL) in smime_main()
|
A D | pkcs12.c | 184 const char *CApath = NULL, *CAfile = NULL, *CAstore = NULL, *prog; in pkcs12_main() local 353 CAstore = opt_arg(); in pkcs12_main() 418 if (CAstore != NULL) in pkcs12_main() 626 CAstore, noCAstore)) in pkcs12_main()
|
A D | ocsp.c | 232 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL; in ocsp_main() local 393 CAstore = opt_arg(); in ocsp_main() 800 CAstore, noCAstore); in ocsp_main()
|
A D | cms.c | 327 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL; in cms_main() local 523 CAstore = opt_arg(); in cms_main() 1040 CAstore, noCAstore)) == NULL) in cms_main()
|
A D | s_server.c | 1243 const char *CApath = NULL, *CAfile = NULL, *CAstore = NULL; in s_server_main() local 1527 CAstore = opt_arg(); in s_server_main() 2256 CAstore, noCAstore)) { in s_server_main() 2319 noCApath, CAstore, noCAstore)) { in s_server_main()
|
A D | s_client.c | 875 const char *CApath = NULL, *CAfile = NULL, *CAstore = NULL; in s_client_main() local 1474 CAstore = opt_arg(); in s_client_main() 2038 CAstore, noCAstore)) in s_client_main()
|
/apps/include/ |
A D | apps.h | 163 const char *CAstore, int noCAstore); 167 const char *CAstore, int noCAstore);
|
/apps/lib/ |
A D | apps.c | 146 const char *CAstore, int noCAstore) in ctx_set_verify_locations() argument 148 if (CAfile == NULL && CApath == NULL && CAstore == NULL) { in ctx_set_verify_locations() 163 if (CAstore != NULL && !SSL_CTX_load_verify_store(ctx, CAstore)) in ctx_set_verify_locations() 1433 const char *CAstore, int noCAstore) in setup_verify() argument 1477 if (CAstore != NULL || !noCAstore) { in setup_verify() 1481 if (!X509_LOOKUP_add_store_ex(lookup, CAstore, libctx, propq)) { in setup_verify() 1482 if (CAstore != NULL) in setup_verify() 1483 BIO_printf(bio_err, "Error loading store URI %s\n", CAstore); in setup_verify()
|