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 1262803 - No FIPS hmac file for /lib/sse2/fipscheck/libgmp.so.10
Summary: No FIPS hmac file for /lib/sse2/fipscheck/libgmp.so.10
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: gmp
Version: 7.1
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: rc
: ---
Assignee: Frantisek Kluknavsky
QA Contact: Filip Holec
URL:
Whiteboard:
Depends On:
Blocks: 717789 1264401
TreeView+ depends on / blocked
 
Reported: 2015-09-14 11:58 UTC by Nikos Mavrogiannopoulos
Modified: 2016-04-18 10:27 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1264401 (view as bug list)
Environment:
Last Closed: 2015-11-20 10:27:00 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Nikos Mavrogiannopoulos 2015-09-14 11:58:20 UTC
Description of problem:
gmp installs a .hmac file for /usr/lib/fipscheck/libgmp.so.10 but not for the library in /lib/sse2/fipscheck/libgmp.so.10. That means that in platforms where the /lib/sse2 library is used we cannot run the FIPS validation routine.

How reproducible:
cat <<_EOF_ >c.c
#include <gnutls/gnutls.h>
int main()
{
gnutls_global_init();
}
_EOF_

Steps to Reproduce:
1. gcc -m32 -lgnutls c.c
2. ./a.out

Actual results:
Error in GnuTLS initialization: Error while performing self checks.


Expected results:
Nothing.

Comment 11 Frantisek Kluknavsky 2015-09-16 14:50:50 UTC
Where is the correct place to store the second hash? Libraries have the same name, only path is different.

Comment 12 Tomas Mraz 2015-09-16 15:17:28 UTC
It should be stored in /usr/lib/sse2/fipscheck/

Comment 20 Jan Kurik 2015-11-20 10:27:00 UTC
This bug has been closed as CURRENTRELEASE due to delivery of the fix in a z-stream. As the component is not on ACL, the fix is currently included in y-stream as well.

For more information please see the zstream process documentation:
* https://engineering.redhat.com/trac/ZStream/attachment/wiki/WikiStart/Z-Stream_process_update_4.odp .


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