JDK-8193683 : Increase the number of clones in the CloneableDigest
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 7u171,8u161,9.0.4,10
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-12-18
  • Updated: 2018-04-19
  • Resolved: 2017-12-19
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 10 JDK 11 JDK 6 JDK 7 JDK 8 JDK 9 Other
10Fixed 11Fixed 6u191Fixed 7u171Fixed 8u161Fixed 9.0.4Fixed openjdk7uFixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
We create 3 or 4 CloneableDigests inside HandshakeHash, depending on whether Client Certificate verification will be done. As part of Extended master secret implementation (RFC 7627 ), we introduced another cloneable operations to calculate the intermediate hash, but we did not increase the number of clones in the CloneableDigest.