Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8346129

Simplify EdDSA & XDH curve name usage

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 25
    • 25
    • security-libs
    • None

      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.

            ascarpino Anthony Scarpino
            ascarpino Anthony Scarpino
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: