JDK-8237218 : Support NIST Curves verification in java implementation
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: java.security
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-01-15
  • Updated: 2022-04-25
  • Resolved: 2020-02-22
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 b12Fixed
Related Reports
Blocks :  
Relates :  
Relates :  
Relates :  
Description
Currently the NIST curves (P256, P384, P512) use the native code to verify signatures.  We need to have an implementation in the java part of the SunEC provider to lessen our dependency on the old native implementation.
Comments
Should this ever be backported to an older update release, JDK-8277233 (https://github.com/openjdk/jdk17u/commit/2d4103a3d929e05edca98e7703e0869077966be7) needs to be backported, too.
25-04-2022

URL: https://hg.openjdk.java.net/jdk/jdk/rev/321b6fbe6815 User: weijun Date: 2020-02-22 00:12:13 +0000
22-02-2020