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 1505690 - new JSS failures: HMAC Unwrap and KeyWrapping FIPSMODE [rhel-7.4.z]
Summary: new JSS failures: HMAC Unwrap and KeyWrapping FIPSMODE [rhel-7.4.z]
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: jss
Version: 7.4
Hardware: All
OS: Linux
urgent
urgent
Target Milestone: rc
: ---
Assignee: Jack Magne
QA Contact: ipa-qe
URL:
Whiteboard:
Depends On: 1492784
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-10-24 06:51 UTC by Oneata Mircea Teodor
Modified: 2017-11-30 15:28 UTC (History)
13 users (show)

Fixed In Version: jss-4.4.0-9.el7_4
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1492784
Environment:
Last Closed: 2017-11-30 15:28:58 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Mozilla Foundation 1400884 0 None None None 2017-10-24 06:51:43 UTC
Red Hat Product Errata RHBA-2017:3300 0 normal SHIPPED_LIVE jss bug fix and enhancement update 2017-11-30 20:14:46 UTC

Description Oneata Mircea Teodor 2017-10-24 06:51:33 UTC
This bug has been copied from bug #1492784 and has been proposed to be backported to 7.4 z-stream (EUS).

Comment 2 Matthew Harmsen 2017-10-26 16:57:48 UTC
Upstream checkin:

author	Jack Magne <jmagne>
	Thu, 28 Sep 2017 16:20:50 -0700 (3 weeks ago)
changeset 2206 	252c10f44897
parent 2205 	3e9a5ae2149d
push id	77
push user	edewata
push date	2017-10-05 20:11 +0000
bugs	1400884
Fix: Bug 1400884 - new JSS failures: HMAC Unwrap and KeyWrapping FIPSMODE.
org/mozilla/jss/pkcs11/KeyType.java 		file | annotate | diff | comparison | revisions

--- a/org/mozilla/jss/pkcs11/KeyType.java
+++ b/org/mozilla/jss/pkcs11/KeyType.java
@@ -199,19 +199,17 @@ public final class KeyType {
                             KeyWrapAlgorithm.AES_KEY_WRAP,
                             KeyWrapAlgorithm.AES_KEY_WRAP_PAD,
                             EncryptionAlgorithm.AES_128_ECB,
                             EncryptionAlgorithm.AES_128_CBC,
                             EncryptionAlgorithm.AES_192_ECB,
                             EncryptionAlgorithm.AES_192_CBC,
                             EncryptionAlgorithm.AES_256_ECB,
                             EncryptionAlgorithm.AES_256_CBC,
-                            /* AES CBC PAD is the same as AES_256_CBC_PAD */
-                            /* shouldn't break backward compatibility 313798*/        
-                            //EncryptionAlgorithm.AES_CBC_PAD, 
+                            EncryptionAlgorithm.AES_CBC_PAD, 
                             EncryptionAlgorithm.AES_128_CBC_PAD,
                             EncryptionAlgorithm.AES_192_CBC_PAD,
                             EncryptionAlgorithm.AES_256_CBC_PAD        
                             },
                             "AES"
                         );
 
     //////////////////////////////////////////////////////////////

Comment 4 Roshni 2017-11-17 00:29:08 UTC
[root@auto-hv-01-guest02 ~]# rpm -qi jss
Name        : jss
Version     : 4.4.0
Release     : 9.el7_4
Architecture: x86_64
Install Date: Tue 14 Nov 2017 08:14:44 PM EST
Group       : System Environment/Libraries
Size        : 1029605
License     : MPLv1.1 or GPLv2+ or LGPLv2+
Signature   : RSA/SHA256, Fri 27 Oct 2017 02:50:00 PM EDT, Key ID 199e2f91fd431d51
Source RPM  : jss-4.4.0-9.el7_4.src.rpm
Build Date  : Fri 27 Oct 2017 02:34:31 PM EDT
Build Host  : x86-039.build.eng.bos.redhat.com
Relocations : (not relocatable)
Packager    : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
Vendor      : Red Hat, Inc.
URL         : http://www.mozilla.org/projects/security/pki/jss/
Summary     : Java Security Services (JSS)

Sanity testing using smartcards.

Comment 7 errata-xmlrpc 2017-11-30 15:28:58 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/RHBA-2017:3300


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