JDK-8073261 : Add new P1363 Format Signature algorithms to security guides
  • Type: Bug
  • Component: docs
  • Sub-Component: guides
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-02-16
  • Updated: 2016-11-17
  • Resolved: 2016-11-17
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 9
9Fixed
Related Reports
Relates :  
Description
JDK-8042967 added new DSA and ECDSA signature algorithms. The Strings identifying these algorithms should be added to the "Standard Algorithm Names" and "Oracle Providers" security guides.

In the "Standard Algorithm Names" guide, add entries to the "Signature Algorithms" table describing the new format: 

- NONEwithDSAinP1363Format
- SHA1withDSAinP1363Format
- SHA224withDSAinP1363Format
- SHA256withDSAinP1363Format
- NONEwithECDSAinP1363Format
- SHA1withECDSAinP1363Format
- SHA224withECDSAinP1363Format
- SHA256withECDSAinP1363Format
- SHA384withECDSAinP1363Format
- SHA512withECDSAinP1363Format

We should probably also enhance the Algorithm Specifications tables for DSA to ECDSA to note the new variants below and add a description of the  IEEE P1363 format: an octet-encoding of the concatenation of r and s, in that order.

In the "Oracle Providers" guide, add the following new algorithms that we support to the Signature section for each of the Providers below:

Provider: SUN
- NONEwithDSAinP1363Format
- SHA1withDSAinP1363Format
- SHA224withDSAinP1363Format
- SHA256withDSAinP1363Format

Provider: SunEC
- NONEwithECDSAinP1363Format
- SHA1withECDSAinP1363Format
- SHA224withECDSAinP1363Format
- SHA256withECDSAinP1363Format
- SHA384withECDSAinP1363Format
- SHA512withECDSAinP1363Format

Provider: SunPKCS11
- NONEwithDSAinP1363Format
- SHA1withDSAinP1363Format
- NONEwithECDSAinP1363Format
- SHA1withECDSAinP1363Format
- SHA224withECDSAinP1363Format
- SHA256withECDSAinP1363Format
- SHA384withECDSAinP1363Format
- SHA512withECDSAinP1363Format
Comments
Fixes reviewed by Sean Mullan Oracle Review: http://review.us.oracle.com/review2/Review.html#reviewId=312497;scope=document;status=open,fixed;documentId=1643051 HTML: http://st-doc.us.oracle.com/id_common/review/docbuilder/html/E68624_01/standardnames.htm
17-11-2016