Home | History | Annotate | Download | only in racoon

Lines Matching full:cafile

457 eay_check_x509cert(cert, CApath, CAfile, local)
460 char *CAfile;
483 X509_LOOKUP_load_file(lookup, CAfile,
484 (CAfile == NULL) ? X509_FILETYPE_DEFAULT : X509_FILETYPE_PEM);
496 if (CAfile) {
497 BIO *bio = BIO_from_keystore(CAfile);