/third_party/openssl/doc/man3/ |
D | SSL_CTX_load_verify_locations.pod | 15 int SSL_CTX_load_verify_dir(SSL_CTX *ctx, const char *CApath); 26 const char *CApath); 33 are located. The certificates available via B<CAfile>, B<CApath> and 78 If B<CApath> is not NULL, it points to a directory containing CA certificates 87 The certificates in B<CApath> are only looked up when required, e.g. when 92 will search for suitable certificates first in B<CAfile>, then in B<CApath>. 99 directory, it's generally treated the same way as a B<CApath>. 103 is not influenced by the contents of B<CAfile> or B<CApath> and must 109 try to fill in missing certificates from B<CAfile>/B<CApath>, if the 131 The operation failed because B<CAfile> and B<CApath> are NULL or the [all …]
|
/third_party/openssl/apps/ |
D | ts.c | 66 const char *CApath, const char *CAfile, 71 const char *CApath, const char *CAfile, 75 static X509_STORE *create_cert_store(const char *CApath, const char *CAfile, 169 char *inkey = NULL, *signer = NULL, *chain = NULL, *CApath = NULL; in ts_main() local 265 CApath = opt_arg(); in ts_main() 338 CApath, CAfile, CAstore, untrusted, in ts_main() 848 const char *CApath, const char *CAfile, in verify_command() argument 869 CApath, CAfile, CAstore, untrusted, in verify_command() 895 const char *CApath, const char *CAfile, in create_verify_ctx() argument 947 create_cert_store(CApath, CAfile, CAstore, vpm)) in create_verify_ctx() [all …]
|
D | verify.c | 87 const char *prog, *CApath = NULL, *CAfile = NULL, *CAstore = NULL; in verify_main() local 129 CApath = opt_arg(); in verify_main() 202 && (CAfile != NULL || CApath != NULL || CAstore != NULL)) { in verify_main() 209 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in verify_main()
|
D | crl.c | 89 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL, *prog; in crl_main() local 138 CApath = opt_arg(); in crl_main() 225 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in crl_main()
|
D | s_time.c | 121 char *CApath = NULL, *CAfile = NULL, *CAstore = NULL; in s_time_main() local 172 CApath = opt_arg(); in s_time_main() 262 if (!ctx_set_verify_locations(ctx, CAfile, noCAfile, CApath, noCApath, in s_time_main()
|
D | smime.c | 145 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL, *prog = NULL; in smime_main() local 333 CApath = opt_arg(); in smime_main() 534 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in smime_main()
|
D | pkcs12.c | 175 const char *CApath = NULL, *CAfile = NULL, *CAstore = NULL, *prog; in pkcs12_main() local 326 CApath = opt_arg(); in pkcs12_main() 395 if (CApath != NULL) in pkcs12_main() 601 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in pkcs12_main()
|
D | ocsp.c | 236 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL; in ocsp_main() local 393 CApath = opt_arg(); in ocsp_main() 799 store = setup_verify(CAfile, noCAfile, CApath, noCApath, in ocsp_main()
|
/third_party/node/deps/openssl/openssl/apps/ |
D | ts.c | 66 const char *CApath, const char *CAfile, 71 const char *CApath, const char *CAfile, 75 static X509_STORE *create_cert_store(const char *CApath, const char *CAfile, 169 char *inkey = NULL, *signer = NULL, *chain = NULL, *CApath = NULL; in ts_main() local 265 CApath = opt_arg(); in ts_main() 338 CApath, CAfile, CAstore, untrusted, in ts_main() 848 const char *CApath, const char *CAfile, in verify_command() argument 869 CApath, CAfile, CAstore, untrusted, in verify_command() 895 const char *CApath, const char *CAfile, in create_verify_ctx() argument 947 create_cert_store(CApath, CAfile, CAstore, vpm)) in create_verify_ctx() [all …]
|
D | verify.c | 87 const char *prog, *CApath = NULL, *CAfile = NULL, *CAstore = NULL; in verify_main() local 129 CApath = opt_arg(); in verify_main() 202 && (CAfile != NULL || CApath != NULL || CAstore != NULL)) { in verify_main() 209 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in verify_main()
|
D | crl.c | 89 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL, *prog; in crl_main() local 138 CApath = opt_arg(); in crl_main() 225 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in crl_main()
|
D | s_time.c | 121 char *CApath = NULL, *CAfile = NULL, *CAstore = NULL; in s_time_main() local 172 CApath = opt_arg(); in s_time_main() 262 if (!ctx_set_verify_locations(ctx, CAfile, noCAfile, CApath, noCApath, in s_time_main()
|
D | smime.c | 145 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL, *prog = NULL; in smime_main() local 333 CApath = opt_arg(); in smime_main() 534 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in smime_main()
|
D | pkcs12.c | 175 const char *CApath = NULL, *CAfile = NULL, *CAstore = NULL, *prog; in pkcs12_main() local 326 CApath = opt_arg(); in pkcs12_main() 395 if (CApath != NULL) in pkcs12_main() 601 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in pkcs12_main()
|
D | ocsp.c | 236 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL; in ocsp_main() local 393 CApath = opt_arg(); in ocsp_main() 799 store = setup_verify(CAfile, noCAfile, CApath, noCApath, in ocsp_main()
|
D | cms.c | 293 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL; in cms_main() local 473 CApath = opt_arg(); in cms_main() 934 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in cms_main()
|
/third_party/curl/lib/vtls/ |
D | gtls.c | 483 if(config->CApath) { in gtls_client_init() 486 config->CApath, in gtls_client_init() 490 config->CApath, gnutls_strerror(rc)); in gtls_client_init() 497 infof(data, "found %d certificates in %s", rc, config->CApath); in gtls_client_init() 502 if(config->verifypeer && !(config->CAfile || config->CApath)) { in gtls_client_init()
|
D | vtls.c | 174 Curl_safecmp(data->CApath, needle->CApath) && in Curl_ssl_config_matches() 207 CLONE_STRING(CApath); in Curl_clone_primary_ssl_config() 226 Curl_safefree(sslc->CApath); in Curl_free_primary_ssl_config()
|
/third_party/openssl/apps/include/ |
D | apps.h | 154 const char *CApath, int noCApath, 158 const char *CApath, int noCApath,
|
/third_party/node/deps/openssl/openssl/apps/include/ |
D | apps.h | 154 const char *CApath, int noCApath, 158 const char *CApath, int noCApath,
|
/third_party/openssl/doc/man1/ |
D | openssl-verification-options.pod | 213 =item B<-CApath> I<dir> 222 =item B<-no-CApath> 231 B<-CApath>, depending on if the URI indicates a single file or 404 via B<-CAfile>, B<-CApath>, B<-CAstore> or B<-trusted> are always used 417 This option implies the B<-no-CAfile>, B<-no-CApath>, and B<-no-CAstore> options 418 and it cannot be used with the B<-CAfile>, B<-CApath> or B<-CAstore> options, so 666 a directory (as specified by B<-CApath>),
|
/third_party/openssl/apps/lib/ |
D | apps.c | 150 const char *CApath, int noCApath, in ctx_set_verify_locations() argument 153 if (CAfile == NULL && CApath == NULL && CAstore == NULL) { in ctx_set_verify_locations() 166 if (CApath != NULL && !SSL_CTX_load_verify_dir(ctx, CApath)) in ctx_set_verify_locations() 1359 const char *CApath, int noCApath, in setup_verify() argument 1386 if (CApath != NULL || !noCApath) { in setup_verify() 1390 if (CApath != NULL) { in setup_verify() 1391 if (X509_LOOKUP_add_dir(lookup, CApath, X509_FILETYPE_PEM) <= 0) { in setup_verify() 1392 BIO_printf(bio_err, "Error loading directory %s\n", CApath); in setup_verify()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
D | apps.c | 150 const char *CApath, int noCApath, in ctx_set_verify_locations() argument 153 if (CAfile == NULL && CApath == NULL && CAstore == NULL) { in ctx_set_verify_locations() 166 if (CApath != NULL && !SSL_CTX_load_verify_dir(ctx, CApath)) in ctx_set_verify_locations() 1359 const char *CApath, int noCApath, in setup_verify() argument 1386 if (CApath != NULL || !noCApath) { in setup_verify() 1390 if (CApath != NULL) { in setup_verify() 1391 if (X509_LOOKUP_add_dir(lookup, CApath, X509_FILETYPE_PEM) <= 0) { in setup_verify() 1392 BIO_printf(bio_err, "Error loading directory %s\n", CApath); in setup_verify()
|
/third_party/node/deps/openssl/openssl/ssl/ |
D | ssl_conf.c | 473 const char *CAfile, const char *CApath, const char *CAstore, in do_store() argument 504 if (CApath != NULL && !X509_STORE_load_path(*st, CApath)) in do_store()
|
/third_party/openssl/ssl/ |
D | ssl_conf.c | 473 const char *CAfile, const char *CApath, const char *CAstore, in do_store() argument 504 if (CApath != NULL && !X509_STORE_load_path(*st, CApath)) in do_store()
|