JDK-8226880 : Backport of JDK-8208698 (Improved ECC Implementation) should not bring parts of JDK-8205476 (KeyAgreement#generateSecret is not reset for ECDH based algorithm)
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.crypto
  • Affected Version: 11.0.4
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-06-27
  • Updated: 2019-09-10
  • Resolved: 2019-07-01
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
11.0.4 b10Fixed
Related Reports
Relates :  
Description
When backporting JDK-8208698 to OpenJDK 11.0.4, code segments of JDK-8205476 went into that backport by mistake. This should not have happened because JDK-8205476 brought a behavioral change with an attached CSR and shall not be backported to OpenJDK 11 Updates at this time.