JDK-6996367 : improve HandshakeHash
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2010-11-01
  • Updated: 2016-04-29
  • Resolved: 2011-06-07
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 6 JDK 7
6u115Fixed 7 b126Fixed
Related Reports
Relates :  
Description
We need to make improve to HandshakeHash:

1. need to use the new enum SignatureAndHashAlgorithm.HashAlgorithm instead of String.
2. need to use ProtocolVersion instead of boolean in protocolDetermined()

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/build/jdk/rev/d2a0e795c1c2
17-01-2011

EVALUATION Code changes: remove test, change isTLS12 to ProtocolVersion.
21-12-2010

EVALUATION http://hg.openjdk.java.net/jdk7/tl/jdk/rev/d2a0e795c1c2
21-12-2010