Lines Matching refs:cert_file
540 char *cert_file, in cert_stuff() argument
552 if(cert_file || (file_type == SSL_FILETYPE_ENGINE)) { in cert_stuff()
569 cert_file) != 1) { in cert_stuff()
585 cert_file, in cert_stuff()
606 params.cert_id = cert_file; in cert_stuff()
620 " '%s' [%s]", cert_file, in cert_stuff()
657 f = fopen(cert_file, "rb"); in cert_stuff()
659 failf(data, "could not open PKCS12 file '%s'", cert_file); in cert_stuff()
666 failf(data, "error reading PKCS12 file '%s'", cert_file); in cert_stuff()
696 cert_file); in cert_stuff()
702 "does not match certificate in same file", cert_file); in cert_stuff()
752 key_file = cert_file; in cert_stuff()