JDK-8031746 : Check that our SunRsaSign implementation supports PKCS#1 v2.2
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2014-01-15
  • Updated: 2019-02-11
  • Resolved: 2017-10-30
Related Reports
Duplicate :  
Description
PKCS#1 v2.2 went final on October 27, 2012.  I'm not sure how well our implementations support the new algs:

Version 2.2 updates the list of allowed hashing algorithms to align them with FIPS 180-4, therefore adding SHA-224, SHA-512/224 and SHA-512/256.

The following substantive changes were made:  Object identifiers for sha224WithRSAEncryption, sha512-224WithRSAEncryption and sha512-256WithRSAEncryption were added.