JDK-8199296 : ChaCha20 and Poly1305 algorithms testing criteria: code coverage
  • Type: Sub-task
  • Component: security-libs
  • Sub-Component: javax.crypto
  • Priority: P3
  • Status: Closed
  • Resolution: Migrated
  • Submitted: 2018-03-08
  • Updated: 2018-05-15
  • Resolved: 2018-05-11
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
11Resolved
Related Reports
Blocks :  
Relates :  
Description
The following code coverage levels should be reached while developing new tests for ChaCha20 and Poly1305 algorithms:
- 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. 
Comments
We addressed about 65% of code coverage. Rest needs further evaluation. If new tests are needed then those will be added during integration of JEP.
11-05-2018