/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, 184 char *infile=NULL,*outfile=NULL,*keyfile=NULL,*CAfile=NULL; in MAIN() local 330 CAfile= *(++argv); in MAIN() 521 { CAkeyfile=CAfile; } in MAIN() 667 xca=load_cert(bio_err,CAfile,CAformat,NULL,e,"CA Certificate"); in MAIN() 983 if (!x509_certify(ctx,CAfile,digest,x,xca, in MAIN() 1107 static ASN1_INTEGER *x509_load_serial(char *CAfile, char *serialfile, int create) in x509_load_serial() argument 1115 ?(strlen(CAfile)+strlen(POSTFIX)+1) in x509_load_serial() 1121 BUF_strlcpy(buf,CAfile,len); in x509_load_serial() 1147 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 | 933 char *CApath=NULL,*CAfile=NULL; in MAIN() local 1119 CAfile= *(++argv); in MAIN() 1568 if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) || in MAIN() 1625 if ((!SSL_CTX_load_verify_locations(ctx2,CAfile,CApath)) || in MAIN() 1865 if (CAfile != NULL) in MAIN() 1867 SSL_CTX_set_client_CA_list(ctx,SSL_load_client_CA_file(CAfile)); in MAIN() 1870 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 | cms.c | 128 char *CAfile = NULL, *CApath = NULL; in MAIN() local 477 CAfile = *++args; in MAIN() 889 if (!(store = setup_verify(bio_err, CAfile, CApath))) in MAIN()
|
D | apps.h | 256 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath);
|
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 | 575 char *CApath=NULL,*CAfile=NULL,*cipher=NULL; in MAIN() local 859 CAfile= *(++argv); in MAIN() 1182 if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) || in MAIN()
|
D | apps.c | 1426 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath) in setup_verify() argument 1433 if (CAfile) { in setup_verify() 1434 if(!X509_LOOKUP_load_file(lookup,CAfile,X509_FILETYPE_PEM)) { in setup_verify() 1435 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/ipsec-tools/src/racoon/ |
D | crypto_openssl.c | 455 eay_check_x509cert(cert, CApath, CAfile, local) in eay_check_x509cert() argument 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);
|
/external/openssl/ssl/ |
D | ssltest.c | 510 char *CApath=NULL,*CAfile=NULL; in main() local 731 CAfile= *(++argv); in main() 1032 if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) || in main() 1034 (!SSL_CTX_load_verify_locations(c_ctx,CAfile,CApath)) || in main()
|
D | ssl_lib.c | 2996 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile, in SSL_CTX_load_verify_locations() argument 2999 return(X509_STORE_load_locations(ctx->cert_store,CAfile,CApath)); in SSL_CTX_load_verify_locations()
|
D | ssl.h | 1945 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile,
|
/external/openssl/patches/ |
D | handshake_cutthrough.patch | 14 char *CApath=NULL,*CAfile=NULL,*cipher=NULL;
|
/external/openssl/include/openssl/ |
D | ssl.h | 1945 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile,
|