JDK-8173277 : Release Note: Required Algorithms for JDK 9
  • Type: Sub-task
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Delivered
  • Submitted: 2017-01-24
  • Updated: 2017-09-22
  • Resolved: 2017-02-17
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 9
9Resolved
Description
The following have been added to the security algorithm requirements for JDK implementations (keysize in parentheses):

1. `Signature`: SHA256withDSA
2. `KeyPairGenerator`: DSA (2048), DiffieHellman (2048, 4096), RSA (4096)
3. `AlgorithmParameterGenerator`: DSA (2048), DiffieHellman (2048)
4. `Cipher`: AES/GCM/NoPadding (128), AES/GCM/PKCS5Padding (128)
5. `SSLContext`: TLSv1.1, TLSv1.2
6. `TrustManagerFactory`: PKIX