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

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dverify.c84 char *CApath = NULL, *CAfile = NULL; local
116 if (strcmp(*argv, "-CApath") == 0) {
119 CApath = *(++argv);
186 if (CApath) {
187 i = X509_LOOKUP_add_dir(lookup, CApath, X509_FILETYPE_PEM);
189 BIO_printf(bio_err, "Error loading directory %s\n", CApath);
234 "usage: verify [-verbose] [-CApath path] [-CAfile file] [-purpose purpose] [-crl_check]");
H A Ds_time.c129 static char *CApath = NULL; variable
152 CApath = NULL;
183 -CApath arg - PEM format directory of CA's\n\
259 } else if (strcmp(*argv, "-CApath") == 0) {
263 CApath = *(++argv);
384 if ((!SSL_CTX_load_verify_locations(tm_ctx, CAfile, CApath)) ||
H A Dcrl.c94 " -CApath dir - verify CRL using certificates in \"dir\"\n",
107 char *CAfile = NULL, *CApath = NULL; local
192 } else if (strcmp(*argv, "-CApath") == 0) {
195 CApath = *(++argv);
267 if (!X509_LOOKUP_add_dir(lookup, CApath, X509_FILETYPE_PEM))
H A Dsmime.c109 char *CAfile = NULL, *CApath = NULL; local
302 } else if (!strcmp(*args, "-CApath")) {
305 CApath = *++args;
442 "-CApath dir trusted certificates directory\n");
608 if (!(store = setup_verify(bio_err, CAfile, CApath)))
H A Dapps.h261 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dverify.c84 char *CApath = NULL, *CAfile = NULL; local
116 if (strcmp(*argv, "-CApath") == 0) {
119 CApath = *(++argv);
186 if (CApath) {
187 i = X509_LOOKUP_add_dir(lookup, CApath, X509_FILETYPE_PEM);
189 BIO_printf(bio_err, "Error loading directory %s\n", CApath);
234 "usage: verify [-verbose] [-CApath path] [-CAfile file] [-purpose purpose] [-crl_check]");
H A Ds_time.c129 static char *CApath = NULL; variable
152 CApath = NULL;
183 -CApath arg - PEM format directory of CA's\n\
259 } else if (strcmp(*argv, "-CApath") == 0) {
263 CApath = *(++argv);
384 if ((!SSL_CTX_load_verify_locations(tm_ctx, CAfile, CApath)) ||
H A Dcrl.c94 " -CApath dir - verify CRL using certificates in \"dir\"\n",
107 char *CAfile = NULL, *CApath = NULL; local
192 } else if (strcmp(*argv, "-CApath") == 0) {
195 CApath = *(++argv);
267 if (!X509_LOOKUP_add_dir(lookup, CApath, X509_FILETYPE_PEM))
H A Dsmime.c109 char *CAfile = NULL, *CApath = NULL; local
302 } else if (!strcmp(*args, "-CApath")) {
305 CApath = *++args;
442 "-CApath dir trusted certificates directory\n");
608 if (!(store = setup_verify(bio_err, CAfile, CApath)))
H A Dapps.h261 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dvtls.c110 safe_strequal(data->CApath, needle->CApath) &&
137 if(source->CApath) {
138 dest->CApath = strdup(source->CApath);
139 if(!dest->CApath)
143 dest->CApath = NULL;
175 Curl_safefree(sslc->CApath);
/netgear-R7000-V1.0.7.12_1.2.5/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Dsecureserver.pl257 CApath = $path
288 print "CApath = $path\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dtocsp12 -CAfile $ocspdir/$2 -verify_other $ocspdir/$2 -CApath /dev/null
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dtocsp12 -CAfile $ocspdir/$2 -verify_other $ocspdir/$2 -CApath /dev/null
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/threads/
H A Dmttest.c169 BIO_printf(bio_err, " -CApath arg - PEM format directory of CA's\n");
182 char *CApath = NULL, *CAfile = NULL; local
215 else if (strcmp(*argv, "-CApath") == 0) {
218 CApath = *(++argv);
295 if ((!SSL_CTX_load_verify_locations(s_ctx, CAfile, CApath)) ||
297 (!SSL_CTX_load_verify_locations(c_ctx, CAfile, CApath)) ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_task.c213 char *CApath = NULL, *CAfile = NULL; local
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_task.c201 char *CApath=NULL,*CAfile=NULL; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/threads/
H A Dmttest.c169 BIO_printf(bio_err, " -CApath arg - PEM format directory of CA's\n");
182 char *CApath = NULL, *CAfile = NULL; local
215 else if (strcmp(*argv, "-CApath") == 0) {
218 CApath = *(++argv);
295 if ((!SSL_CTX_load_verify_locations(s_ctx, CAfile, CApath)) ||
297 (!SSL_CTX_load_verify_locations(c_ctx, CAfile, CApath)) ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_task.c213 char *CApath = NULL, *CAfile = NULL; local

Completed in 252 milliseconds

123