-
Bug
-
Resolution: Fixed
-
P3
-
25
-
None
-
b17
Naming conventions for EdDSA and XDH can be confusing to use with DisabledAlgorithms. All algorithms names need to be used to disable the curves. This inconsistency isn't helped by KeyPairGenerator.getInstance("EdDSA"). Generating an EdDSA key will return an Ed25519 key, but when disabling, that same key will be reported as a EdDSA key. Consistent naming is needed to make it clear.
- links to
-
Commit(master) openjdk/jdk/e4e62789
-
Review(master) openjdk/jdk/23647