JDK-8064330 : Remove SHA224 from the default support list if SunMSCAPI enabled
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 8u25
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2014-11-07
  • Updated: 2017-06-16
  • Resolved: 2016-01-21
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 7 JDK 8 JDK 9
7u131Fixed 8u101Fixed 9 b103Fixed
Related Reports
Blocks :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Sub Tasks
JDK-8152053 :  
Description
SunJSSE enables SHA224 as the available signature and hash algorithm of TLS 1.2 connections.  However, the current implementation of SunMSCAPI does not support SHA224 yet, and the private key in SunMSCAPI cannot work together with other providers.  As may run into problems if applications use private key in SunMSCAPI and SHA224 at the same time.

To mitigate the impact, we want to remove SHA224 from the default support list if SunMSCAPI is enabled.
Comments
This is not bug escape hence adding escape-exclude label.
28-10-2015

This bug will be used to address the SunJSSE improvement of JDK-8062032.
26-11-2014