Home
last modified time | relevance | path

Searched refs:CAfile (Results 1 – 21 of 21) sorted by relevance

/external/openssl/apps/
Dverify.c84 char *CApath=NULL,*CAfile=NULL; in MAIN() local
124 CAfile= *(++argv); in MAIN()
179 if (CAfile) { in MAIN()
180 i=X509_LOOKUP_load_file(lookup,CAfile,X509_FILETYPE_PEM); in MAIN()
182 BIO_printf(bio_err, "Error loading file %s\n", CAfile); in MAIN()
Dx509.c159 static int x509_certify (X509_STORE *ctx,char *CAfile,const EVP_MD *digest,
182 char *infile=NULL,*outfile=NULL,*keyfile=NULL,*CAfile=NULL; in MAIN() local
319 CAfile= *(++argv); in MAIN()
510 { CAkeyfile=CAfile; } in MAIN()
656 xca=load_cert(bio_err,CAfile,CAformat,NULL,e,"CA Certificate"); in MAIN()
972 if (!x509_certify(ctx,CAfile,digest,x,xca, in MAIN()
1093 static ASN1_INTEGER *x509_load_serial(char *CAfile, char *serialfile, int create) in x509_load_serial() argument
1101 ?(strlen(CAfile)+strlen(POSTFIX)+1) in x509_load_serial()
1107 BUF_strlcpy(buf,CAfile,len); in x509_load_serial()
1133 static int x509_certify(X509_STORE *ctx, char *CAfile, const EVP_MD *digest, in x509_certify() argument
[all …]
Ds_time.c127 static char *CAfile=NULL; variable
150 CAfile=NULL; in s_time_init()
261 CAfile= *(++argv); in parseArgs()
376 if ((!SSL_CTX_load_verify_locations(tm_ctx,CAfile,CApath)) || in MAIN()
Dcrl.c105 char *CAfile = NULL, *CApath = NULL; in MAIN() local
186 CAfile = *(++argv); in MAIN()
243 if (!X509_LOOKUP_load_file(lookup,CAfile,X509_FILETYPE_PEM)) in MAIN()
DCA.sh177 $VERIFY -CAfile $CATOP/$CACERT newcert.pem
182 $VERIFY -CAfile $CATOP/$CACERT $j
Dsmime.c108 char *CAfile = NULL, *CApath = NULL; in MAIN() local
330 CAfile = *++args; in MAIN()
672 if (!(store = setup_verify(bio_err, CAfile, CApath))) in MAIN()
Ds_server.c863 char *CApath=NULL,*CAfile=NULL; in MAIN() local
1053 CAfile= *(++argv); in MAIN()
1445 if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) || in MAIN()
1502 if ((!SSL_CTX_load_verify_locations(ctx2,CAfile,CApath)) || in MAIN()
1738 if (CAfile != NULL) in MAIN()
1740 SSL_CTX_set_client_CA_list(ctx,SSL_load_client_CA_file(CAfile)); in MAIN()
1743 SSL_CTX_set_client_CA_list(ctx2,SSL_load_client_CA_file(CAfile)); in MAIN()
Dpkcs12.c126 char *CApath = NULL, *CAfile = NULL; in MAIN() local
262 CAfile = *args; in MAIN()
527 if (!X509_STORE_load_locations(store, CAfile, CApath)) in MAIN()
Dapps.h256 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath);
Dcms.c128 char *CAfile = NULL, *CApath = NULL; in MAIN() local
469 CAfile = *++args; in MAIN()
881 if (!(store = setup_verify(bio_err, CAfile, CApath))) in MAIN()
Docsp.c149 char *CAfile = NULL, *CApath = NULL; in MAIN() local
343 CAfile = *args; in MAIN()
851 store = setup_verify(bio_err, CAfile, CApath); in MAIN()
Ds_client.c438 char *CApath=NULL,*CAfile=NULL,*cipher=NULL; in MAIN() local
688 CAfile= *(++argv); in MAIN()
982 if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) || in MAIN()
Dapps.c1424 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath) in setup_verify() argument
1431 if (CAfile) { in setup_verify()
1432 if(!X509_LOOKUP_load_file(lookup,CAfile,X509_FILETYPE_PEM)) { in setup_verify()
1433 BIO_printf(bp, "Error loading file %s\n", CAfile); in setup_verify()
/external/openssl/crypto/threads/
Dmttest.c188 char *CApath=NULL,*CAfile=NULL; in main() local
230 CAfile= *(++argv); in main()
309 if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) || in main()
311 (!SSL_CTX_load_verify_locations(c_ctx,CAfile,CApath)) || in main()
Dnetware.bat10 rem "mttest.nlm -thread 20 -loops 10 -CAfile \openssl\apps\server.pem >mttest.out 2>mttest.err"
/external/openssl/ssl/
Dssltest.c457 char *CApath=NULL,*CAfile=NULL; in main() local
646 CAfile= *(++argv); in main()
929 if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) || in main()
931 (!SSL_CTX_load_verify_locations(c_ctx,CAfile,CApath)) || in main()
Dssl_lib.c2938 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile, in SSL_CTX_load_verify_locations() argument
2941 return(X509_STORE_load_locations(ctx->cert_store,CAfile,CApath)); in SSL_CTX_load_verify_locations()
Dssl.h1773 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile,
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c479 eay_check_x509cert(cert, CApath, CAfile, local) in eay_check_x509cert() argument
482 char *CAfile;
502 BIO *bio = BIO_from_android(CAfile);
531 X509_LOOKUP_load_file(lookup, CAfile,
532 (CAfile == NULL) ? X509_FILETYPE_DEFAULT : X509_FILETYPE_PEM);
/external/openssl/patches/
Dhandshake_cutthrough.patch14 char *CApath=NULL,*CAfile=NULL,*cipher=NULL;
/external/openssl/include/openssl/
Dssl.h1773 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile,