JDK-6879539 : enable empty password support for pkcs12 keystore
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 7
  • Priority: P5
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2009-09-07
  • Updated: 2017-05-19
  • Resolved: 2012-09-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
7u4Fixed 8 b27Fixed
Related Reports
Relates :  
Description
Enable empty password support to generate/read/write PKCS #12 keystores.

In order to interop with openssl etc, empty password might needs to be encoded as new char[]{0}, see

    http://rt.openssl.org/Ticket/Display.html?id=1497&user=guest&pass=guest

Comments
EVALUATION http://hg.openjdk.java.net/jdk8/tl/jdk/rev/bdd1dd1e1462
10-02-2012