JDK-8283476 : Update the provider default keysizes in the "JDK Providers Documentation"
  • Type: Bug
  • Component: docs
  • Sub-Component: guides
  • Priority: P3
  • Status: Resolved
  • Resolution: Delivered
  • Submitted: 2022-03-21
  • Updated: 2022-06-10
  • Resolved: 2022-06-10
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 19
19Resolved
Related Reports
Relates :  
Description
With JDK-8267319, the default key sizes for various algorithms are increased and default digest algorithm is shifted to SHA-384 from SHA-256. "JDK Providers Documentation" should be updated accordingly.

RSA, RSASSA-PSS, DH: from 2048->3072
EC: from 256->384
AES: from 128->256 (depends on runtime crypto policy checking)

Need to update the "Keysize Restrictions" for various providers.