Lines Matching refs:cert_file
614 char *cert_file, in cert_stuff() argument
626 if(cert_file || (file_type == SSL_FILETYPE_ENGINE)) { in cert_stuff()
643 cert_file) != 1) { in cert_stuff()
659 cert_file, in cert_stuff()
676 if(is_pkcs11_uri(cert_file)) { in cert_stuff()
690 params.cert_id = cert_file; in cert_stuff()
704 " '%s' [%s]", cert_file, in cert_stuff()
751 if(BIO_read_filename(fp, cert_file) <= 0) { in cert_stuff()
752 failf(data, "could not open PKCS12 file '%s'", cert_file); in cert_stuff()
760 failf(data, "error reading PKCS12 file '%s'", cert_file); in cert_stuff()
790 cert_file); in cert_stuff()
796 "does not match certificate in same file", cert_file); in cert_stuff()
842 key_file = cert_file; in cert_stuff()