JDK-8205445 : Add RSASSA-PSS Signature support to SunMSCAPI
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: javax.crypto
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-06-20
  • Updated: 2020-06-09
  • Resolved: 2018-06-22
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 JDK 12 JDK 8 Other
11 b20Fixed 12Fixed 8u251Fixed openjdk8u252Fixed
Related Reports
CSR :  
Relates :  
Relates :  
Relates :  
Sub Tasks
JDK-8205471 :  
JDK-8207216 :  
Description
RSASSA-PSS is a new signature algorithm defined in PKCS #1 2.2 and not currently available through the SunMSCAPI provider on Windows. This means if a private key is generated and stored inside Windows, it cannot be used to sign or verify using this algorithm. RSASSA-PSS is mandatory for TLS 1.3.