Home
last modified time | relevance | path

Searched refs:CAstore (Results 1 – 12 of 12) sorted by relevance

/apps/
A Dts.c67 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 Dverify.c87 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 Dcrl.c89 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 Ds_time.c121 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 Dsmime.c174 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 Dpkcs12.c184 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 Docsp.c232 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 Dcms.c327 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 Ds_server.c1243 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 Ds_client.c875 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 Dapps.h163 const char *CAstore, int noCAstore);
167 const char *CAstore, int noCAstore);
/apps/lib/
A Dapps.c146 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()

Completed in 55 milliseconds