Lines Matching refs:cert_file
697 char *cert_file, in cert_stuff() argument
711 if(cert_file || cert_bio || (file_type == SSL_FILETYPE_ENGINE)) { in cert_stuff()
730 SSL_CTX_use_certificate_chain_file(ctx, cert_file); in cert_stuff()
750 SSL_CTX_use_certificate_file(ctx, cert_file, file_type); in cert_stuff()
767 if(is_pkcs11_uri(cert_file)) { in cert_stuff()
781 params.cert_id = cert_file; in cert_stuff()
795 " '%s' [%s]", cert_file, in cert_stuff()
842 if(BIO_read_filename(fp, cert_file) <= 0) { in cert_stuff()
843 failf(data, "could not open PKCS12 file '%s'", cert_file); in cert_stuff()
855 cert_bio ? "(memory blob)" : cert_file); in cert_stuff()
885 cert_file); in cert_stuff()
891 "does not match certificate in same file", cert_file); in cert_stuff()
937 key_file = cert_file; in cert_stuff()