JDK-8234207 : Release Note: Removal of the Default keytool -keyalg Value
  • Type: Sub-task
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 14
  • Priority: P3
  • Status: Closed
  • Resolution: Delivered
  • Submitted: 2019-11-15
  • Updated: 2020-04-27
  • Resolved: 2020-04-27
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 14
14Resolved
Description
The default key algorithm for the `keytool -genkeypair` and `keytool -genseckey` commands has been removed. You must now specify the key algorithm by including the `-keyalg` option when using the `-genkeypair` or `-genseckey` commands. If the `-keyalg` option is not specified, the `keytool` will terminate with the error message: "The -keyalg option must be specified".