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 1462312 - PKCS#12 export uses low iteration counts
Summary: PKCS#12 export uses low iteration counts
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: nss
Version: 7.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Daiki Ueno
QA Contact: Alicja Kario
URL:
Whiteboard:
Depends On:
Blocks: rhel7-nss-pkcs12
TreeView+ depends on / blocked
 
Reported: 2017-06-16 17:27 UTC by Alicja Kario
Modified: 2018-04-10 09:46 UTC (History)
5 users (show)

Fixed In Version: nss-3.34.0-1.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1511567 (view as bug list)
Environment:
Last Closed: 2018-04-10 09:44:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
processing times for different ciphers (16.76 KB, image/png)
2017-10-25 18:41 UTC, Alicja Kario
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Mozilla Foundation 1278071 0 P3 RESOLVED increase number of iterations for export to PKCS #12 2020-03-09 09:48:58 UTC
Red Hat Bugzilla 1384147 0 medium CLOSED PKCS#12 export illogically fails with some PBE algorithms [rhel-7] 2021-02-22 00:41:40 UTC
Red Hat Bugzilla 1559989 0 high CLOSED PKCS#12 files created by NSS are incompatible with Microsoft Windows [rhel-7] 2021-02-22 00:41:40 UTC
Red Hat Product Errata RHEA-2018:0679 0 None None None 2018-04-10 09:46:03 UTC

Internal Links: 1384147 1559989

Description Alicja Kario 2017-06-16 17:27:17 UTC
Description of problem:
When PKCS#12 file is created using pk12util, it uses hmacWithSHA1 as the PRF for PBKDF2 and only 2000 iterations of that function.

Version-Release number of selected component (if applicable):
nss-3.28.4-8.el7.x86_64

How reproducible:
Always

Steps to Reproduce:
export PKCS#12 file from NSS db using pk12util -o, inspect using openssl pkcs12 or openssl asn1parse

Actual results:
PBKDF2 always uses SHA1 and always uses 2000 iterations

Expected results:
default to SHA256 and higher number of iterations (a million or so, optimally dependent on the speed of CPU)

Additional info:

Comment 4 Alicja Kario 2017-10-25 18:41:42 UTC
Created attachment 1343377 [details]
processing times for different ciphers

It will now take about 2s to export key on a 2.6GHz Haswell machine with default settings.
3s if both key and certificate is encrypted with AES-256-CBC.

that seems to me like acceptable performance

Comment 15 errata-xmlrpc 2018-04-10 09:44:43 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHEA-2018:0679


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