Lines Matching refs:cert_file
337 char *cert_file, in cert_stuff() argument
346 if(cert_file || (file_type == SSL_FILETYPE_ENGINE)) { in cert_stuff()
364 cert_file) != 1) { in cert_stuff()
379 cert_file, in cert_stuff()
399 params.cert_id = cert_file; in cert_stuff()
413 " '%s' [%s]", cert_file, in cert_stuff()
450 f = fopen(cert_file, "rb"); in cert_stuff()
452 failf(data, "could not open PKCS12 file '%s'", cert_file); in cert_stuff()
459 failf(data, "error reading PKCS12 file '%s'", cert_file); in cert_stuff()
487 cert_file); in cert_stuff()
493 "does not match certificate in same file", cert_file); in cert_stuff()
549 key_file=cert_file; in cert_stuff()