RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2215856 - openssl kdf.h header is broken
Summary: openssl kdf.h header is broken
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: openssl
Version: 8.8
Hardware: All
OS: Linux
low
medium
Target Milestone: rc
: ---
Assignee: Dmitry Belyavskiy
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-06-19 08:38 UTC by Peter van Dijk (PowerDNS)
Modified: 2023-08-25 12:22 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-08-25 12:22:07 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker CRYPTO-11029 0 None None None 2023-06-28 12:16:02 UTC
Red Hat Issue Tracker RHELPLAN-160150 0 None None None 2023-06-19 08:42:11 UTC

Description Peter van Dijk (PowerDNS) 2023-06-19 08:38:30 UTC
Description of problem:

a powerdns users reported a missing feature in our builds for EL8 - see the story at https://github.com/PowerDNS/pdns/issues/12926

Apparently, some code from openssl3 was backported to 1.1.1, but never updated to incorporate fixes that were done after the backport.

Version-Release number of selected component (if applicable):
openssl-devel-1.1.1k-9.el8_7.x86_64

How reproducible:
100%


Steps to Reproduce:
1. try to compile a C program that has #include <openssl/kdf.h>

Actual results:

/usr/include/openssl/kdf.h:33:46: error: unknown type name 'va_list'
/usr/include/openssl/kdf.h:35:1: note: 'size_t' is defined in header '<stddef.h>'; did you forget to '#include <stddef.h>'?



Expected results:
successful compile

Additional info:
copied from the pdns ticket:

As far as I can tell this does not match any released version of OpenSSL..
EVP_KDF_vctrl was added in openssl/openssl@5a285ad before openssl-3.0.0-alpha1 but the header issue was quickly fixed by openssl/openssl@0cf5c6a (also before 3.0.0-alpha1) and the function was completely removed by openssl/openssl@fb9e6dd (still before 3.0.0-alpha1). But the log is talking about openssl-1.1.1k-9.el8_7.x86_64.rpm..

Comment 1 Dmitry Belyavskiy 2023-06-28 12:14:17 UTC
The change is introduced in openssl-1.1.1-evp-kdf.patch

As it's the only complaint during several years, it probably would be better to fix it in PowerDNS downstream. Unfortunately, we don't plan any changes in OpenSSL in 8.x beyond the CVE fixes. 

Sorry for inconvinience


Note You need to log in before you can comment on or make changes to this bug.