HomeSort by relevance Sort by last modified time
    Searched refs:CApath (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/third_party/openssl/openssl/apps/
verify.c 84 char *CApath=NULL,*CAfile=NULL;
116 if (strcmp(*argv,"-CApath") == 0)
119 CApath= *(++argv);
190 if (CApath) {
191 i=X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM);
193 BIO_printf(bio_err, "Error loading directory %s\n", CApath);
240 BIO_printf(bio_err,"usage: verify [-verbose] [-CApath path] [-CAfile file] [-purpose purpose] [-crl_check]");
crl.c 91 " -CApath dir - verify CRL using certificates in \"dir\"\n",
105 char *CAfile = NULL, *CApath = NULL;
177 else if (strcmp(*argv,"-CApath") == 0)
180 CApath = *(++argv);
248 if (!X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM))
s_time.c 126 static char *CApath=NULL;
149 CApath=NULL;
180 -CApath arg - PEM format directory of CA's\n\
253 } else if( strcmp(*argv,"-CApath") == 0) {
256 CApath= *(++argv);
376 if ((!SSL_CTX_load_verify_locations(tm_ctx,CAfile,CApath)) ||
smime.c 108 char *CAfile = NULL, *CApath = NULL;
332 else if (!strcmp (*args, "-CApath"))
336 CApath = *++args;
480 BIO_printf (bio_err, "-CApath dir trusted certificates directory\n");
672 if (!(store = setup_verify(bio_err, CAfile, CApath)))
apps.h 256 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath);
cms.c 128 char *CAfile = NULL, *CApath = NULL;
481 else if (!strcmp (*args, "-CApath"))
485 CApath = *++args;
643 BIO_printf (bio_err, "-CApath dir trusted certificates directory\n");
891 if (!(store = setup_verify(bio_err, CAfile, CApath)))
    [all...]
ocsp.c 149 char *CAfile = NULL, *CApath = NULL;
347 else if (!strcmp (*args, "-CApath"))
352 CApath = *args;
596 BIO_printf (bio_err, "-CApath dir trusted certificates directory\n");
851 store = setup_verify(bio_err, CAfile, CApath);
    [all...]
pkcs12.c 126 char *CApath = NULL, *CAfile = NULL;
254 } else if (!strcmp(*args,"-CApath")) {
257 CApath = *args;
284 BIO_printf (bio_err, "-CApath arg - PEM format directory of CA's\n");
527 if (!X509_STORE_load_locations(store, CAfile, CApath))
s_client.c 299 BIO_printf(bio_err," -CApath arg - PEM format directory of CA's\n");
580 char *CApath=NULL,*CAfile=NULL,*cipher=NULL;
861 else if (strcmp(*argv,"-CApath") == 0)
864 CApath= *(++argv);
    [all...]
apps.c     [all...]
s_server.c 498 BIO_printf(bio_err," -CApath arg - PEM format directory of CA's\n");
937 char *CApath=NULL,*CAfile=NULL;
    [all...]
  /external/openssl/apps/
verify.c 84 char *CApath=NULL,*CAfile=NULL;
116 if (strcmp(*argv,"-CApath") == 0)
119 CApath= *(++argv);
190 if (CApath) {
191 i=X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM);
193 BIO_printf(bio_err, "Error loading directory %s\n", CApath);
240 BIO_printf(bio_err,"usage: verify [-verbose] [-CApath path] [-CAfile file] [-purpose purpose] [-crl_check]");
crl.c 94 " -CApath dir - verify CRL using certificates in \"dir\"\n",
108 char *CAfile = NULL, *CApath = NULL;
183 else if (strcmp(*argv,"-CApath") == 0)
186 CApath = *(++argv);
258 if (!X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM))
s_time.c 126 static char *CApath=NULL;
149 CApath=NULL;
180 -CApath arg - PEM format directory of CA's\n\
253 } else if( strcmp(*argv,"-CApath") == 0) {
256 CApath= *(++argv);
376 if ((!SSL_CTX_load_verify_locations(tm_ctx,CAfile,CApath)) ||
smime.c 108 char *CAfile = NULL, *CApath = NULL;
332 else if (!strcmp (*args, "-CApath"))
336 CApath = *++args;
480 BIO_printf (bio_err, "-CApath dir trusted certificates directory\n");
672 if (!(store = setup_verify(bio_err, CAfile, CApath)))
apps.h 258 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath);
cms.c 128 char *CAfile = NULL, *CApath = NULL;
481 else if (!strcmp (*args, "-CApath"))
485 CApath = *++args;
643 BIO_printf (bio_err, "-CApath dir trusted certificates directory\n");
891 if (!(store = setup_verify(bio_err, CAfile, CApath)))
    [all...]
ocsp.c 150 char *CAfile = NULL, *CApath = NULL;
357 else if (!strcmp (*args, "-CApath"))
362 CApath = *args;
606 BIO_printf (bio_err, "-CApath dir trusted certificates directory\n");
861 store = setup_verify(bio_err, CAfile, CApath);
    [all...]
pkcs12.c 126 char *CApath = NULL, *CAfile = NULL;
261 } else if (!strcmp(*args,"-CApath")) {
264 CApath = *args;
291 BIO_printf (bio_err, "-CApath arg - PEM format directory of CA's\n");
534 if (!X509_STORE_load_locations(store, CAfile, CApath))
s_client.c 299 BIO_printf(bio_err," -CApath arg - PEM format directory of CA's\n");
582 char *CApath=NULL,*CAfile=NULL,*cipher=NULL;
865 else if (strcmp(*argv,"-CApath") == 0)
868 CApath= *(++argv);
    [all...]
apps.c     [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
mttest.c 175 fprintf(stderr," -CApath arg - PEM format directory of CA's\n");
188 char *CApath=NULL,*CAfile=NULL;
222 else if (strcmp(*argv,"-CApath") == 0)
225 CApath= *(++argv);
309 if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) ||
311 (!SSL_CTX_load_verify_locations(c_ctx,CAfile,CApath)) ||
  /external/openssl/crypto/threads/
mttest.c 175 fprintf(stderr," -CApath arg - PEM format directory of CA's\n");
188 char *CApath=NULL,*CAfile=NULL;
222 else if (strcmp(*argv,"-CApath") == 0)
225 CApath= *(++argv);
309 if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) ||
311 (!SSL_CTX_load_verify_locations(c_ctx,CAfile,CApath)) ||
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssltest.c 354 fprintf(stderr," -CApath arg - PEM format directory of CA's\n");
504 char *CApath=NULL,*CAfile=NULL;
718 else if (strcmp(*argv,"-CApath") == 0)
721 CApath= *(++argv);
1003 if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) ||
1005 (!SSL_CTX_load_verify_locations(c_ctx,CAfile,CApath)) ||
    [all...]
  /external/openssl/ssl/
ssltest.c 354 fprintf(stderr," -CApath arg - PEM format directory of CA's\n");
504 char *CApath=NULL,*CAfile=NULL;
718 else if (strcmp(*argv,"-CApath") == 0)
721 CApath= *(++argv);
1009 if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) ||
1011 (!SSL_CTX_load_verify_locations(c_ctx,CAfile,CApath)) ||
    [all...]

Completed in 1303 milliseconds

1 2