HomeSort by relevance Sort by last modified time
    Searched refs:CAfile (Results 1 - 20 of 20) sorted by null

  /external/openssl/apps/
verify.c 84 char *CApath=NULL,*CAfile=NULL;
121 else if (strcmp(*argv,"-CAfile") == 0)
124 CAfile= *(++argv);
179 if (CAfile) {
180 i=X509_LOOKUP_load_file(lookup,CAfile,X509_FILETYPE_PEM);
182 BIO_printf(bio_err, "Error loading file %s\n", CAfile);
240 BIO_printf(bio_err,"usage: verify [-verbose] [-CApath path] [-CAfile file] [-purpose purpose] [-crl_check]");
CA.sh 177 $VERIFY -CAfile $CATOP/$CACERT newcert.pem
182 $VERIFY -CAfile $CATOP/$CACERT $j
x509.c 159 static int x509_certify (X509_STORE *ctx,char *CAfile,const EVP_MD *digest,
184 char *infile=NULL,*outfile=NULL,*keyfile=NULL,*CAfile=NULL;
330 CAfile= *(++argv);
521 { CAkeyfile=CAfile; }
667 xca=load_cert(bio_err,CAfile,CAformat,NULL,e,"CA Certificate");
983 if (!x509_certify(ctx,CAfile,digest,x,xca,
1107 static ASN1_INTEGER *x509_load_serial(char *CAfile, char *serialfile, int create)
1115 ?(strlen(CAfile)+strlen(POSTFIX)+1)
1121 BUF_strlcpy(buf,CAfile,len);
1147 static int x509_certify(X509_STORE *ctx, char *CAfile, const EVP_MD *digest
    [all...]
crl.c 90 " -CAfile name - verify CRL using certificates in file \"name\"\n",
105 char *CAfile = NULL, *CApath = NULL;
183 else if (strcmp(*argv,"-CAfile") == 0)
186 CAfile = *(++argv);
243 if (!X509_LOOKUP_load_file(lookup,CAfile,X509_FILETYPE_PEM))
s_time.c 127 static char *CAfile=NULL;
150 CAfile=NULL;
181 -CAfile arg - PEM format file of CA's\n\
258 } else if( strcmp(*argv,"-CAfile") == 0) {
261 CAfile= *(++argv);
376 if ((!SSL_CTX_load_verify_locations(tm_ctx,CAfile,CApath)) ||
smime.c 108 char *CAfile = NULL, *CApath = NULL;
326 else if (!strcmp (*args, "-CAfile"))
330 CAfile = *++args;
481 BIO_printf (bio_err, "-CAfile file trusted certificates file\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;
475 else if (!strcmp (*args, "-CAfile"))
479 CAfile = *++args;
644 BIO_printf (bio_err, "-CAfile file trusted certificates file\n");
891 if (!(store = setup_verify(bio_err, CAfile, CApath)))
    [all...]
ocsp.c 149 char *CAfile = NULL, *CApath = NULL;
338 else if (!strcmp (*args, "-CAfile"))
343 CAfile = *args;
597 BIO_printf (bio_err, "-CAfile file trusted certificates file\n");
851 store = setup_verify(bio_err, CAfile, CApath);
    [all...]
pkcs12.c 126 char *CApath = NULL, *CAfile = NULL;
259 } else if (!strcmp(*args,"-CAfile")) {
262 CAfile = *args;
285 BIO_printf (bio_err, "-CAfile arg - PEM format file of CA's\n");
527 if (!X509_STORE_load_locations(store, CAfile, CApath))
s_server.c 499 BIO_printf(bio_err," -CAfile arg - PEM format file of CA's\n");
937 char *CApath=NULL,*CAfile=NULL;
    [all...]
s_client.c 300 BIO_printf(bio_err," -CAfile arg - PEM format file of CA's\n");
579 char *CApath=NULL,*CAfile=NULL,*cipher=NULL;
860 else if (strcmp(*argv,"-CAfile") == 0)
863 CAfile= *(++argv);
    [all...]
apps.c     [all...]
  /external/openssl/crypto/threads/
netware.bat 10 rem "mttest.nlm -thread 20 -loops 10 -CAfile \openssl\apps\server.pem >mttest.out 2>mttest.err"
mttest.c 176 fprintf(stderr," -CAfile arg - PEM format file of CA's\n");
188 char *CApath=NULL,*CAfile=NULL;
227 else if (strcmp(*argv,"-CAfile") == 0)
230 CAfile= *(++argv);
309 if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) ||
311 (!SSL_CTX_load_verify_locations(c_ctx,CAfile,CApath)) ||
  /external/openssl/ssl/
ssltest.c 355 fprintf(stderr," -CAfile arg - PEM format file of CA's\n");
504 char *CApath=NULL,*CAfile=NULL;
723 else if (strcmp(*argv,"-CAfile") == 0)
726 CAfile= *(++argv);
1003 if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) ||
1005 (!SSL_CTX_load_verify_locations(c_ctx,CAfile,CApath)) ||
    [all...]
ssl_lib.c     [all...]
ssl.h     [all...]
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 455 eay_check_x509cert(cert, CApath, CAfile, local)
458 char *CAfile;
478 BIO *bio = BIO_from_android(CAfile);
507 X509_LOOKUP_load_file(lookup, CAfile,
508 (CAfile == NULL) ? X509_FILETYPE_DEFAULT : X509_FILETYPE_PEM);
    [all...]
  /external/openssl/include/openssl/
ssl.h     [all...]

Completed in 594 milliseconds