JDK-8244565 : Accept PKCS #8 with version number 1
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: java.security
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-05-07
  • Updated: 2024-10-17
  • Resolved: 2020-06-04
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 15
15 b27Fixed
Related Reports
Duplicate :  
Relates :  
Description
RFC 5958 defines an updated version of PKCS #8 format named OneAsymmetricKey with a version number 1 and can optionally contains the public key. We should accept the new version number and the extra public key field. The parsing of the public key can be resolved in another enhancement.
Comments
@weijun Is this worthy of a release note since it is a new version that we can parse?
05-06-2020

URL: https://hg.openjdk.java.net/jdk/jdk/rev/f1ece22096b1 User: weijun Date: 2020-06-04 23:54:37 +0000
04-06-2020