JDK-8007483 : attributes are ignored when loading keys from a PKCS12 keystore
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2013-02-04
  • Updated: 2017-12-21
  • Resolved: 2013-02-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8 Other
7u171Fixed 8 b77Fixed openjdk7uFixed
Description
When loading the safeBags of a PKCS12 keystore certain attributes get ignored.
The attributes being ignored are user-defined attributes.

This error affects private key and secret key entries but not certificate entries.