Home
last modified time | relevance | path

Searched refs:CAstore (Results 1 - 25 of 85) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/apps/
H A Dts.c67 const char *CAstore,
72 const char *CAstore,
76 const char *CAstore, X509_VERIFY_PARAM *vpm);
102 {"CAstore", OPT_CASTORE, ':', "URI to trusted CA store"},
152 " openssl ts -verify -CApath dir -CAfile root-cert.pem -CAstore uri",
170 char *CAstore = NULL; in ts_main() local
271 CAstore = opt_arg(); in ts_main()
338 CApath, CAfile, CAstore, untrusted, in ts_main()
849 const char *CAstore, char *untrusted, in verify_command()
869 CApath, CAfile, CAstore, untruste in verify_command()
846 verify_command(const char *data, const char *digest, const char *queryfile, const char *in, int token_in, const char *CApath, const char *CAfile, const char *CAstore, char *untrusted, X509_VERIFY_PARAM *vpm) verify_command() argument
893 create_verify_ctx(const char *data, const char *digest, const char *queryfile, const char *CApath, const char *CAfile, const char *CAstore, char *untrusted, X509_VERIFY_PARAM *vpm) create_verify_ctx() argument
970 create_cert_store(const char *CApath, const char *CAfile, const char *CAstore, X509_VERIFY_PARAM *vpm) create_cert_store() argument
[all...]
H A Dverify.c54 {"CAstore", OPT_CASTORE, ':', "URI to a store of trusted certificates"},
59 {"no-CAstore", OPT_NOCASTORE, '-',
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()
204 "%s: Cannot use -trusted with -CAfile, -CApath or -CAstore\n", in verify_main()
210 CAstore, noCAstore)) == NULL) in verify_main()
H A Dcrl.c66 {"CAstore", OPT_CASTORE, ':', "Verify CRL using certificates in store URI"},
71 {"no-CAstore", OPT_NOCASTORE, '-',
89 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL, *prog; in crl_main() local
146 CAstore = opt_arg(); in crl_main()
226 CAstore, noCAstore)) == NULL) in crl_main()
H A Ds_time.c95 {"CAstore", OPT_CASTORE, ':', "URI to store of CA's"},
100 {"no-CAstore", OPT_NOCASTORE, '-',
121 char *CApath = NULL, *CAfile = NULL, *CAstore = NULL; in s_time_main() local
184 CAstore = opt_arg(); in s_time_main()
263 CAstore, noCAstore)) { in s_time_main()
H A Dsmime.c112 {"CAstore", OPT_CASTORE, ':', "Trusted certificates store URI"},
117 {"no-CAstore", OPT_NOCASTORE, '-',
145 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL, *prog = NULL; in smime_main() local
336 CAstore = opt_arg(); in smime_main()
536 CAstore, noCAstore)) == NULL) in smime_main()
H A Dpkcs12.c123 {"CAstore", OPT_CASTORE, ':', "URI to store of CA's"},
128 {"no-CAstore", OPT_NOCASTORE, '-',
175 const char *CApath = NULL, *CAfile = NULL, *CAstore = NULL, *prog; in pkcs12_main() local
329 CAstore = opt_arg(); in pkcs12_main()
397 if (CAstore != NULL) in pkcs12_main()
398 WARN_NO_EXPORT("CAstore"); in pkcs12_main()
404 WARN_NO_EXPORT("no-CAstore"); in pkcs12_main()
602 CAstore, noCAstore)) in pkcs12_main()
H A Docsp.c119 {"CAstore", OPT_CASTORE, ':', "Trusted certificates store URI"},
124 {"no-CAstore", OPT_NOCASTORE, '-',
236 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL; in ocsp_main() local
396 CAstore = opt_arg(); in ocsp_main()
800 CAstore, noCAstore); in ocsp_main()
H A Dcms.c211 {"CAstore", OPT_CASTORE, ':', "Trusted certificates store URI"},
216 {"no-CAstore", OPT_NOCASTORE, '-',
293 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL; in cms_main() local
476 CAstore = opt_arg(); in cms_main()
937 CAstore, noCAstore)) == NULL) in cms_main()
H A Ds_server.c756 {"CAstore", OPT_CASTORE, ':', "URI to store of CA's"},
761 {"no-CAstore", OPT_NOCASTORE, '-',
989 const char *CApath = NULL, *CAfile = NULL, *CAstore = NULL; in s_server_main() local
1266 CAstore = opt_arg(); in s_server_main()
1943 CAstore, noCAstore)) { in s_server_main()
2006 noCApath, CAstore, noCAstore)) { in s_server_main()
H A Ds_client.c532 {"CAstore", OPT_CASTORE, ':', "URI to store of CA's"},
537 {"no-CAstore", OPT_NOCASTORE, '-',
799 const char *CApath = NULL, *CAfile = NULL, *CAstore = NULL; in s_client_main() local
1351 CAstore = opt_arg(); in s_client_main()
1902 CAstore, noCAstore)) { in s_client_main()
/third_party/openssl/apps/
H A Dts.c67 const char *CAstore,
72 const char *CAstore,
76 const char *CAstore, X509_VERIFY_PARAM *vpm);
102 {"CAstore", OPT_CASTORE, ':', "URI to trusted CA store"},
152 " openssl ts -verify -CApath dir -CAfile root-cert.pem -CAstore uri",
170 char *CAstore = NULL; in ts_main() local
271 CAstore = opt_arg(); in ts_main()
338 CApath, CAfile, CAstore, untrusted, in ts_main()
849 const char *CAstore, char *untrusted, in verify_command()
869 CApath, CAfile, CAstore, untruste in verify_command()
846 verify_command(const char *data, const char *digest, const char *queryfile, const char *in, int token_in, const char *CApath, const char *CAfile, const char *CAstore, char *untrusted, X509_VERIFY_PARAM *vpm) verify_command() argument
893 create_verify_ctx(const char *data, const char *digest, const char *queryfile, const char *CApath, const char *CAfile, const char *CAstore, char *untrusted, X509_VERIFY_PARAM *vpm) create_verify_ctx() argument
970 create_cert_store(const char *CApath, const char *CAfile, const char *CAstore, X509_VERIFY_PARAM *vpm) create_cert_store() argument
[all...]
H A Dverify.c54 {"CAstore", OPT_CASTORE, ':', "URI to a store of trusted certificates"},
59 {"no-CAstore", OPT_NOCASTORE, '-',
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()
204 "%s: Cannot use -trusted with -CAfile, -CApath or -CAstore\n", in verify_main()
210 CAstore, noCAstore)) == NULL) in verify_main()
H A Dcrl.c66 {"CAstore", OPT_CASTORE, ':', "Verify CRL using certificates in store URI"},
71 {"no-CAstore", OPT_NOCASTORE, '-',
89 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL, *prog; in crl_main() local
146 CAstore = opt_arg(); in crl_main()
226 CAstore, noCAstore)) == NULL) in crl_main()
H A Ds_time.c95 {"CAstore", OPT_CASTORE, ':', "URI to store of CA's"},
100 {"no-CAstore", OPT_NOCASTORE, '-',
121 char *CApath = NULL, *CAfile = NULL, *CAstore = NULL; in s_time_main() local
184 CAstore = opt_arg(); in s_time_main()
263 CAstore, noCAstore)) { in s_time_main()
H A Dsmime.c112 {"CAstore", OPT_CASTORE, ':', "Trusted certificates store URI"},
117 {"no-CAstore", OPT_NOCASTORE, '-',
145 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL, *prog = NULL; in smime_main() local
336 CAstore = opt_arg(); in smime_main()
535 CAstore, noCAstore)) == NULL) in smime_main()
H A Dpkcs12.c123 {"CAstore", OPT_CASTORE, ':', "URI to store of CA's"},
128 {"no-CAstore", OPT_NOCASTORE, '-',
175 const char *CApath = NULL, *CAfile = NULL, *CAstore = NULL, *prog; in pkcs12_main() local
329 CAstore = opt_arg(); in pkcs12_main()
397 if (CAstore != NULL) in pkcs12_main()
398 WARN_NO_EXPORT("CAstore"); in pkcs12_main()
404 WARN_NO_EXPORT("no-CAstore"); in pkcs12_main()
602 CAstore, noCAstore)) in pkcs12_main()
H A Dcms.c211 {"CAstore", OPT_CASTORE, ':', "Trusted certificates store URI"},
216 {"no-CAstore", OPT_NOCASTORE, '-',
293 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL; in cms_main() local
476 CAstore = opt_arg(); in cms_main()
938 CAstore, noCAstore)) == NULL) in cms_main()
H A Docsp.c119 {"CAstore", OPT_CASTORE, ':', "Trusted certificates store URI"},
124 {"no-CAstore", OPT_NOCASTORE, '-',
236 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL; in ocsp_main() local
396 CAstore = opt_arg(); in ocsp_main()
800 CAstore, noCAstore); in ocsp_main()
H A Ds_server.c756 {"CAstore", OPT_CASTORE, ':', "URI to store of CA's"},
761 {"no-CAstore", OPT_NOCASTORE, '-',
989 const char *CApath = NULL, *CAfile = NULL, *CAstore = NULL; in s_server_main() local
1266 CAstore = opt_arg(); in s_server_main()
1938 CAstore, noCAstore)) { in s_server_main()
2001 noCApath, CAstore, noCAstore)) { in s_server_main()
/third_party/node/deps/openssl/openssl/apps/include/
H A Dapps.h155 const char *CAstore, int noCAstore);
159 const char *CAstore, int noCAstore);
/third_party/openssl/apps/include/
H A Dapps.h155 const char *CAstore, int noCAstore);
159 const char *CAstore, int noCAstore);
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_conf.c473 const char *CAfile, const char *CApath, const char *CAstore, in do_store()
506 if (CAstore != NULL && !X509_STORE_load_store_ex(*st, CAstore, libctx, in do_store()
472 do_store(SSL_CONF_CTX *cctx, const char *CAfile, const char *CApath, const char *CAstore, int verify_store) do_store() argument
/third_party/openssl/ssl/
H A Dssl_conf.c473 const char *CAfile, const char *CApath, const char *CAstore, in do_store()
506 if (CAstore != NULL && !X509_STORE_load_store_ex(*st, CAstore, libctx, in do_store()
472 do_store(SSL_CONF_CTX *cctx, const char *CAfile, const char *CApath, const char *CAstore, int verify_store) do_store() argument
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c151 const char *CAstore, int noCAstore) in ctx_set_verify_locations()
153 if (CAfile == NULL && CApath == NULL && CAstore == NULL) { in ctx_set_verify_locations()
168 if (CAstore != NULL && !SSL_CTX_load_verify_store(ctx, CAstore)) in ctx_set_verify_locations()
1362 const char *CAstore, int noCAstore) in setup_verify()
1402 if (CAstore != NULL || !noCAstore) { in setup_verify()
1406 if (!X509_LOOKUP_add_store_ex(lookup, CAstore, libctx, propq)) { in setup_verify()
1407 if (CAstore != NULL) in setup_verify()
1408 BIO_printf(bio_err, "Error loading store URI %s\n", CAstore); in setup_verify()
148 ctx_set_verify_locations(SSL_CTX *ctx, const char *CAfile, int noCAfile, const char *CApath, int noCApath, const char *CAstore, int noCAstore) ctx_set_verify_locations() argument
1360 setup_verify(const char *CAfile, int noCAfile, const char *CApath, int noCApath, const char *CAstore, int noCAstore) setup_verify() argument
/third_party/openssl/apps/lib/
H A Dapps.c151 const char *CAstore, int noCAstore) in ctx_set_verify_locations()
153 if (CAfile == NULL && CApath == NULL && CAstore == NULL) { in ctx_set_verify_locations()
168 if (CAstore != NULL && !SSL_CTX_load_verify_store(ctx, CAstore)) in ctx_set_verify_locations()
1360 const char *CAstore, int noCAstore) in setup_verify()
1400 if (CAstore != NULL || !noCAstore) { in setup_verify()
1404 if (!X509_LOOKUP_add_store_ex(lookup, CAstore, libctx, propq)) { in setup_verify()
1405 if (CAstore != NULL) in setup_verify()
1406 BIO_printf(bio_err, "Error loading store URI %s\n", CAstore); in setup_verify()
148 ctx_set_verify_locations(SSL_CTX *ctx, const char *CAfile, int noCAfile, const char *CApath, int noCApath, const char *CAstore, int noCAstore) ctx_set_verify_locations() argument
1358 setup_verify(const char *CAfile, int noCAfile, const char *CApath, int noCApath, const char *CAstore, int noCAstore) setup_verify() argument

Completed in 46 milliseconds

1234