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 1513765 - Clarify support of pbkdf2 for fips
Summary: Clarify support of pbkdf2 for fips
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: nss
Version: 7.5
Hardware: Unspecified
OS: Unspecified
high
unspecified
Target Milestone: rc
: ---
Assignee: Bob Relyea
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-11-15 22:41 UTC by wibrown@redhat.com
Modified: 2019-01-04 09:56 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-12-05 14:12:00 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1468075 1 None None None 2021-01-20 06:05:38 UTC

Internal Links: 1468075

Description wibrown@redhat.com 2017-11-15 22:41:27 UTC
Description of problem:

NSS claims fips mode does not support PBKDF2. However, these sources indicate otherwise:

PBKDF2 is just multiround SHA, which is fips approved. According to this, it's allowed at l1

https://csrc.nist.gov/csrc/media/projects/cryptographic-module-validation-program/documents/security-policies/140sp2261.pdf

This doc indicates likelihood that PBKDF2_SHA256 is fips allowed,

https://godoc.org/golang.org/x/crypto/pbkdf2

And openssl are supporting pbkdf2 in their fips module.

https://wiki.openssl.org/index.php/FIPS_module_3.0

NIST recommends PBKDF2 and if I interpret section 5.3 correctly, they approve it for fips provided the hmac is approved (sha256 is approved). 

http://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf


As we support pbkdf2 in Directory Server, we want to clarify this, as it's important for us to understand NSS' support for this feature, and to clarify that today, in fips mode NSS may not correctly be support supporting PBKDF2 which is a valid FIPS algorithm.

Comment 2 Stanislav Zidek 2018-03-27 14:03:26 UTC
Do I get it right that this is some kind of documentation bug?

Comment 3 Nikos Mavrogiannopoulos 2018-10-05 13:19:28 UTC
Could you provide more info on where does NSS claim that pbkdf2 is not allowed in FIPS140 mode? Which document did you follow?

Comment 4 Alexander Bokovoy 2018-12-05 13:58:07 UTC
Nikos,

we now see RHEL IdM failing to install in FIPS mode because 389-ds defaults to use of PBKDF2_SHA256. We need clarification for this.

https://bugzilla.redhat.com/show_bug.cgi?id=1656418


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