Lines Matching refs:CAfile
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
1169 else if (!(bs = x509_load_serial(CAfile, serialfile, create))) in x509_certify()