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

Verify EC Key during KeyFactory generation

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • None
    • security-libs
    • None

      Currently EC keys points are verified during signature operations. It has be speculated that checking those points when the key is created from the KeyFactory maybe appropriate.

      When SunEC operations were done by libsunec.so, key verification occurred during signature operations. When libsunec.so was removed, the same behavior was maintained. Adding a check during KeyFactory generation is unlikely to be a compatibility risk as no new exceptions are required. But could cause exceptions is new places for applications that were built to expecting the old style.

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

              Created:
              Updated: