JDK-8334257 : Document list of supported hash and mgf algorithms for SunRsaSign provider implementation of RSSASSA-PSS signature algorithm
  • Type: Sub-task
  • Component: docs
  • Sub-Component: guides
  • Priority: P4
  • Status: In Progress
  • Resolution: Unresolved
  • Submitted: 2024-06-13
  • Updated: 2024-11-28
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 24
24Unresolved
Description
In Table 4-9 of the SunRsaSign provider, I recommend that we add a footnote, and in the footnote, document the list of hash/digest and MGF algorithms supported. See Valerie's comment for the list of algorithms to document. 
Comments
For SunRsaSign Provider, the PSS signature impl supports only MGF1 mask generation function. As for digest algorithms, it supports SHA-1, SHA-2 family and SHA-3 family of digests algorithms.
20-06-2024