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 1718074 - stop using GHmac
Summary: stop using GHmac
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: cockpit
Version: 8.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: 8.0
Assignee: Martin Pitt
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks: 1630260 1896162
TreeView+ depends on / blocked
 
Reported: 2019-06-06 20:13 UTC by Colin Walters
Modified: 2020-11-09 20:56 UTC (History)
0 users

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-06-06 20:40:11 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Colin Walters 2019-06-06 20:13:30 UTC
See https://bugzilla.redhat.com/show_bug.cgi?id=1630260

Comment 1 Colin Walters 2019-06-06 20:21:29 UTC
Specifically https://bugzilla.redhat.com/show_bug.cgi?id=1630260#c24

TL;DR it's possible for 8.1 glib will switch to making usage of g_hmac_*() a fatal error.  You need to switch to a FIPS-validated library such as OpenSSL.

Comment 2 Martin Pitt 2019-06-06 20:40:11 UTC
GHMac is only being used in src/ssh/cockpitsshknownhosts.c. This is only a backwards compat shim for libssh 0.7, i. e. for RHEL 7 builds. This entire file isn't built for RHEL 8:

if !HAVE_SSH_SESSION_HAS_KNOWN_HOSTS_ENTRY
libcockpit_ssh_a_SOURCES += \
        src/ssh/cockpitsshknownhosts.h \
        src/ssh/cockpitsshknownhosts.c \
        $(NULL)
endif

So this isn't an issue for RHEL 8.

As soon as RHEL 7.7 is released, we can stop supporting RHEL 7 in our upstream master branch and then throw out two metric tons of obsolete code, also this one. :-) But this will just affect source code grepping, not runtime behaviour.


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