JDK-8182388 : Backout 8182143
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 10
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2017-06-16
  • Updated: 2017-12-13
  • Resolved: 2017-06-17
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
10 b13Fixed
Related Reports
Relates :  
Relates :  
Description
We need to backout JDK-8182143 because of possible issues on Windows although we don't have a test to reproduce it. See the following email thread

http://mail.openjdk.java.net/pipermail/security-dev/2017-June/016005.html

The following code which were removed in JDK-8182143 looks like a hack

http://hg.openjdk.java.net/jdk9/dev/jdk/file/82ed25c3cea9/src/java.base/share/classes/sun/security/ssl/SignatureAndHashAlgorithm.java#l415

I think the root cause is crypto key incompatibility, see JDK-8182386