JDK-8200222 : Key Agreement with Curve25519 and Curve448 API testing criteria: code coverage
  • Type: Sub-task
  • Component: security-libs
  • Sub-Component: javax.crypto
  • Affected Version: 10
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-03-26
  • Updated: 2018-04-25
  • Resolved: 2018-04-25
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
11Fixed
Related Reports
Blocks :  
Description
The following code coverage levels should be reached while developing new tests for curve25519 and curve448: 
- 80% block coverage for Java 
- 80% line coverage for native code (if any new native code added) 
of the new or changed code. 

Code coverage report needs to be linked form this task.