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 2070249 - FIPS module name should not contain the .0 from the /etc/os-release
Summary: FIPS module name should not contain the .0 from the /etc/os-release
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: gnutls
Version: 9.0
Hardware: Unspecified
OS: Unspecified
high
unspecified
Target Milestone: rc
: ---
Assignee: Daiki Ueno
QA Contact: Alexander Sosedkin
URL:
Whiteboard:
Depends On:
Blocks: 2076626
TreeView+ depends on / blocked
 
Reported: 2022-03-30 17:44 UTC by Clemens Lang
Modified: 2023-05-25 14:31 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
Clone Of:
: 2076626 (view as bug list)
Environment:
Last Closed: 2023-05-25 14:31:46 UTC
Type: Bug
Target Upstream Version:
Embargoed:
pm-rhel: mirror+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 2067123 1 high CLOSED FIPS module name should not contain the .0 from the /etc/os-release 2023-10-13 07:22:41 UTC
Red Hat Issue Tracker CRYPTO-7003 0 None None None 2022-03-30 17:55:03 UTC
Red Hat Issue Tracker RHELPLAN-117373 0 None None None 2022-03-30 17:55:10 UTC

Description Clemens Lang 2022-03-30 17:44:08 UTC
Description of problem:
Similar to libgcrypt (see bug 2067123), gnutls includes the OS minor version number in its FIPS module name. The FIPS module name should only contain information about the major release, since we may re-use FIPS modules across minor releases.

The current string is taken from the /etc/os-release to simplify the string creation and work on all RHEL/CentOS/Fedora from NAME and VERSION_ID.

We need something that will hopefully work with RHEL 8 and RHEL 10 so no simple substring.

Version-Release number of selected component (if applicable):
3.7.3-9.el9

How reproducible:
Grep build log for --with-fips140-module-name

Steps to Reproduce:
1. Go to brewweb build page for the latest build
2. Open build.log for any architecture
3. Run grep / search

Actual results:
'--with-fips140-module-name=Red Hat Enterprise Linux 9.0 gnutls'

Expected results:
'--with-fips140-module-name=Red Hat Enterprise Linux 9 gnutls'

Additional info:

Comment 3 Simo Sorce 2022-04-19 13:01:16 UTC
Granting z+, this is a FIPS related change pre-approved at PM level.


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