/external/openssl/apps/ |
D | verify.c | 84 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()
|
D | x509.c | 159 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 …]
|
D | s_time.c | 127 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()
|
D | crl.c | 105 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()
|
D | CA.sh | 177 $VERIFY -CAfile $CATOP/$CACERT newcert.pem 182 $VERIFY -CAfile $CATOP/$CACERT $j
|
D | smime.c | 108 char *CAfile = NULL, *CApath = NULL; in MAIN() local 330 CAfile = *++args; in MAIN() 672 if (!(store = setup_verify(bio_err, CAfile, CApath))) in MAIN()
|
D | s_server.c | 863 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()
|
D | pkcs12.c | 126 char *CApath = NULL, *CAfile = NULL; in MAIN() local 262 CAfile = *args; in MAIN() 527 if (!X509_STORE_load_locations(store, CAfile, CApath)) in MAIN()
|
D | apps.h | 256 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath);
|
D | cms.c | 128 char *CAfile = NULL, *CApath = NULL; in MAIN() local 469 CAfile = *++args; in MAIN() 881 if (!(store = setup_verify(bio_err, CAfile, CApath))) in MAIN()
|
D | ocsp.c | 149 char *CAfile = NULL, *CApath = NULL; in MAIN() local 343 CAfile = *args; in MAIN() 851 store = setup_verify(bio_err, CAfile, CApath); in MAIN()
|
D | s_client.c | 438 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()
|
D | apps.c | 1424 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/ |
D | mttest.c | 188 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()
|
D | netware.bat | 10 rem "mttest.nlm -thread 20 -loops 10 -CAfile \openssl\apps\server.pem >mttest.out 2>mttest.err"
|
/external/openssl/ssl/ |
D | ssltest.c | 457 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()
|
D | ssl_lib.c | 2938 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()
|
D | ssl.h | 1773 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile,
|
/external/ipsec-tools/src/racoon/ |
D | crypto_openssl.c | 479 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/ |
D | handshake_cutthrough.patch | 14 char *CApath=NULL,*CAfile=NULL,*cipher=NULL;
|
/external/openssl/include/openssl/ |
D | ssl.h | 1773 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile,
|