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 1985363 - FIPS functionality in OpenSSL 3.0
Summary: FIPS functionality in OpenSSL 3.0
Keywords:
Status: CLOSED DUPLICATE of bug 1985362
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: openssl
Version: CentOS Stream
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: beta
: ---
Assignee: Sahana Prasad
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-07-23 13:56 UTC by Sahana Prasad
Modified: 2021-08-03 17:32 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-08-03 17:32:22 UTC
Type: Bug
Target Upstream Version:
Embargoed:
pm-rhel: mirror+


Attachments (Terms of Use)

Description Sahana Prasad 2021-07-23 13:56:05 UTC
Working of FIPS mode in OpenSSL 3.0 deviates from the upstream FIPS behaviour.
Working of FIPS in upstream is described here:
https://github.com/openssl/openssl/blob/master/README-FIPS.md

RHEL-9

When is FIPS provider loaded by default?

1. If the kernel FIPS flag is set, then OpenSSL will automatically load the FIPS provider.
This means that no additional configuration is required to be set manually by the user.
No changes in openssl.cnf.
HMAC calculations will be done on fips.so.

2. If the kernel FIPS flag is not set, then OpenSSL will automatically load the DEFAULT provider.
(no config changes required as mentioned before)
However, if the user, wants to add other sections and load different providers through configuration
via openssl.cnf, this is fully permitted. It should be noted that this configuration will then take effect
and override what was configured by default. It is generally not recommended to customize openssl.cnf,unless it is absolutely necessary.

Comment 2 Sahana Prasad 2021-08-03 17:32:22 UTC

*** This bug has been marked as a duplicate of bug 1985362 ***


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