Searched refs:CApath (Results 1 - 25 of 41) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dsslgen.c86 safe_strequal(data->CApath, needle->CApath) &&
113 if(source->CApath) {
114 dest->CApath = strdup(source->CApath);
115 if(!dest->CApath)
119 dest->CApath = NULL;
151 Curl_safefree(sslc->CApath);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dverify.c84 char *CApath=NULL,*CAfile=NULL; local
115 if (strcmp(*argv,"-CApath") == 0)
118 CApath= *(++argv);
184 if (CApath) {
185 i=X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM);
187 BIO_printf(bio_err, "Error loading directory %s\n", CApath);
218 BIO_printf(bio_err,"usage: verify [-verbose] [-CApath path] [-CAfile file] [-purpose purpose] [-crl_check]");
H A Dcrl.c90 " -CApath dir - verify CRL using certificates in \"dir\"\n",
104 char *CAfile = NULL, *CApath = NULL; local
176 else if (strcmp(*argv,"-CApath") == 0)
179 CApath = *(++argv);
245 if (!X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM))
H A Ds_time.c174 static char *CApath=NULL; variable
197 CApath=NULL;
228 -CApath arg - PEM format directory of CA's\n\
301 } else if( strcmp(*argv,"-CApath") == 0) {
304 CApath= *(++argv);
479 if ((!SSL_CTX_load_verify_locations(tm_ctx,CAfile,CApath)) ||
H A Dsmime.c104 char *CAfile = NULL, *CApath = NULL; local
316 else if (!strcmp (*args, "-CApath"))
321 CApath = *args;
460 BIO_printf (bio_err, "-CApath dir trusted certificates directory\n");
633 if (!(store = setup_verify(bio_err, CAfile, CApath)))
H A Dapps.h273 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath);
H A Docsp.c117 char *CAfile = NULL, *CApath = NULL; local
289 else if (!strcmp (*args, "-CApath"))
294 CApath = *args;
533 BIO_printf (bio_err, "-CApath dir trusted certificates directory\n");
824 store = setup_verify(bio_err, CAfile, CApath);
H A Dpkcs12.c123 char *CApath = NULL, *CAfile = NULL; local
261 } else if (!strcmp(*args,"-CApath")) {
264 CApath = *args;
291 BIO_printf (bio_err, "-CApath arg - PEM format directory of CA's\n");
525 if (!X509_STORE_load_locations(store, CAfile, CApath))
H A Ds_client.c198 BIO_printf(bio_err," -CApath arg - PEM format directory of CA's\n");
266 char *CApath=NULL,*CAfile=NULL,*cipher=NULL; local
447 else if (strcmp(*argv,"-CApath") == 0)
450 CApath= *(++argv);
614 if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) ||
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Dverify.c84 char *CApath=NULL,*CAfile=NULL; local
114 if (strcmp(*argv,"-CApath") == 0)
117 CApath= *(++argv);
194 if (CApath) {
195 i=X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM);
197 BIO_printf(bio_err, "Error loading directory %s\n", CApath);
228 BIO_printf(bio_err,"usage: verify [-verbose] [-CApath path] [-CAfile file] [-purpose purpose] [-crl_check]");
H A Dcrl.c90 " -CApath dir - verify CRL using certificates in \"dir\"\n",
104 char *CAfile = NULL, *CApath = NULL; local
176 else if (strcmp(*argv,"-CApath") == 0)
179 CApath = *(++argv);
245 if (!X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM))
H A Ds_time.c174 static char *CApath=NULL; variable
197 CApath=NULL;
228 -CApath arg - PEM format directory of CA's\n\
301 } else if( strcmp(*argv,"-CApath") == 0) {
304 CApath= *(++argv);
465 if ((!SSL_CTX_load_verify_locations(tm_ctx,CAfile,CApath)) ||
H A Dsmime.c101 char *CAfile = NULL, *CApath = NULL; local
242 } else if (!strcmp (*args, "-CApath")) {
245 CApath = *args;
337 BIO_printf (bio_err, "-CApath dir trusted certificates directory\n");
475 if(!(store = setup_verify(bio_err, CAfile, CApath))) goto end;
H A Ds_client.c194 BIO_printf(bio_err," -CApath arg - PEM format directory of CA's\n");
247 char *CApath=NULL,*CAfile=NULL,*cipher=NULL; local
389 else if (strcmp(*argv,"-CApath") == 0)
392 CApath= *(++argv);
512 if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) ||
H A Dapps.h276 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath);
H A Dapps.c1282 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath) argument
1298 if (CApath) {
1299 if(!X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM)) {
1300 BIO_printf(bp, "Error loading directory %s\n", CApath);
H A Docsp.c116 char *CAfile = NULL, *CApath = NULL; local
287 else if (!strcmp (*args, "-CApath"))
292 CApath = *args;
531 BIO_printf (bio_err, "-CApath dir trusted certificates directory\n");
817 store = setup_verify(bio_err, CAfile, CApath);
H A Dpkcs12.c122 char *CApath = NULL, *CAfile = NULL; local
254 } else if (!strcmp(*args,"-CApath")) {
257 CApath = *args;
284 BIO_printf (bio_err, "-CApath arg - PEM format directory of CA's\n");
516 if (!X509_STORE_load_locations(store, CAfile, CApath))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/
H A Dsecureserver.pl246 CApath = $path
270 print "CApath = $path\n";
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/threads/
H A Dmttest.c149 fprintf(stderr," -CApath arg - PEM format directory of CA's\n");
162 char *CApath=NULL,*CAfile=NULL; local
196 else if (strcmp(*argv,"-CApath") == 0)
199 CApath= *(++argv);
283 if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) ||
285 (!SSL_CTX_load_verify_locations(c_ctx,CAfile,CApath)) ||
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ssl/
H A Dssl_task.c201 char *CApath=NULL,*CAfile=NULL; local
H A Dssltest.c226 fprintf(stderr," -CApath arg - PEM format directory of CA's\n");
349 char *CApath=NULL,*CAfile=NULL; local
504 else if (strcmp(*argv,"-CApath") == 0)
507 CApath= *(++argv);
695 if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) ||
697 (!SSL_CTX_load_verify_locations(c_ctx,CAfile,CApath)) ||
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/threads/
H A Dmttest.c173 fprintf(stderr," -CApath arg - PEM format directory of CA's\n");
186 char *CApath=NULL,*CAfile=NULL; local
220 else if (strcmp(*argv,"-CApath") == 0)
223 CApath= *(++argv);
307 if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) ||
309 (!SSL_CTX_load_verify_locations(c_ctx,CAfile,CApath)) ||
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_task.c201 char *CApath=NULL,*CAfile=NULL; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dssltest.c226 fprintf(stderr," -CApath arg - PEM format directory of CA's\n");
349 char *CApath=NULL,*CAfile=NULL; local
504 else if (strcmp(*argv,"-CApath") == 0)
507 CApath= *(++argv);
695 if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) ||
697 (!SSL_CTX_load_verify_locations(c_ctx,CAfile,CApath)) ||

Completed in 223 milliseconds

12