Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java 3.0.2, Java 2.3.3
-
None
Description
Currently, the RSASSA-PSS w/o parameter algorithms defined in RFC 9231 are supported by instantiating Signature objects using algorithms like "SHA256withRSAandMGF1". BouncyCastle supports these algorithms using these names, but the JDK does not.
A more compatible solution is to instantiate the Signature objects with "RSASSA-PSS" and pass in an appropriate PSSParameterSpec with the default values as specified by RFC 9231.
Support for the SHA-3 variants of these algorithms will also be added.
Attachments
Issue Links
- links to