JDK-8208156 : Each JCE provider should document the EC curves that they support
  • Type: Bug
  • Component: docs
  • Sub-Component: guides
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-07-24
  • Updated: 2019-09-19
  • Resolved: 2019-02-06
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 11 JDK 12
11Fixed 12Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
Seems like an important thing missing from the JDK Providers guide. The documentation should also include the string that can be used to select the curves in e.g. ECGenParameterSpec. 

Please consult with the security libraries team to get this list.

Xuelei, 2018-11-06:

The users may need to know the supported curves. I did not find the
the general definitions in the "Java Security Standard Algorithm
Names" documentation, except the x25519/x448.  We may need another RFE for adding the standard and supported algorithm names for EC curves.

Max is working on support named curves in keytool. Therefore,  the users need to know the curve names before they can use the option. 

The bug JDK-8208156 is asking for document EC curves in JCE providers. We may also need to document in the standard names documentation so that different providers can support the same names. 


Comments
See JDK-8210755 for the enhancement to document the group names in the Standard Algorithm Names Specification.
14-11-2018

Both the standard and supported algorithm names documentation should be updated.
06-11-2018