JDK-8334256 : Specify list of standard message digest and mgf algorithms for RSASSA-PSS signature
  • Type: CSR
  • Component: security-libs
  • Sub-Component: java.security
  • Priority: P4
  • Status: Closed
  • Resolution: Approved
  • Fix Versions: 24
  • Submitted: 2024-06-13
  • Updated: 2024-06-25
  • Resolved: 2024-06-25
Related Reports
CSR :  
Description
Summary
-------

Specify list of standard message digest and mgf algorithms for RSASSA-PSS signatures.

Problem
-------

Two of the parameters of the 5-arg `java.security.spec.PSSParameterSpec` constructor are the algorithms for the hash and message generation functions. It would be helpful for compatibility and interoperability purposes to define standard names for the algorithms as specified in RFC 8017. 

Solution
--------

Add a PSSParameterSpec section to the Java Security Standard Algorithm Names specification with the list of standard hash and message generation function algorithms.

Specification
-------------

Add the following section to the Java Security Standard Algorithm Names specification:

![PSSParameterSpec][1]

Add links to this section from the 5-arg `PSSParameterSpec` constructor.


  [1]: https://bugs.openjdk.org/secure/attachment/109751/Screenshot%202024-06-13%20at%203.35.53%E2%80%AFPM.jpg
Comments
Moving to Approved.
25-06-2024