Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
FIPS mode need be supported on RHEL7 too. On RHEL6, after experiment, below files are the minimal set. Just for reference.
#This copy FIPS related files in /usr/bin
./usr/bin/
./usr/bin/.fipscheck.hmac
./usr/bin/.ssh.hmac
./usr/bin/fipscheck
This copy FIPS related files in /usr/lib64 or /usr/lib
./usr/lib64/
./usr/lib64/.libcrypto.so.10.hmac
./usr/lib64/.libcrypto.so.1.0.0.hmac
./usr/lib64/.libssl.so.1.0.0.hmac
./usr/lib64/.libssl.so.10.hmac
./usr/lib64/libssl.so.1.0.0
./usr/lib64/libssl.so.10
./usr/lib64/libcrypto.so.10
./usr/lib64/libcrypto.so.1.0.0
This copy FIPS related files in /lib64 or /lib
./lib64/
./lib64/.libfipscheck.so.1.hmac
./lib64/.libfipscheck.so.1.1.0.hmac
./lib64/libfipscheck.so.1.1.0
./lib64/libfipscheck.so.1
Upstream commit is here, but not sure if this entered RHEL7.
commit 15b93069bba031169eeccb8b16fe0382a4bb2968
Author: Baoquan He <bhe>
Date: Thu May 9 16:38:53 2013 +0800
01fips/module-setup.sh: add libssl.so.10 to make kdump work with fips mode
FIPS can work well in 1st kernel, but failed in kdump kernel. the
libssl.so.10 and related hmac file are needed. Now add it and it
works.
Signed-off-by: Baoquan He <bhe>
Retested with dracut-033-89.el7, both machines (server and client) in fips mode, vmcore was successfully copied via ssh after "echo c > /proc/sysrq-trigger".
Moving to VERIFIED.
This request was resolved in Red Hat Enterprise Linux 7.0.
Contact your manager or support representative in case you have further questions about the request.