[Bug 2934] New: [IcedTea8] SunEC provider throwing KeyException with current NSS

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Tue Apr 12 23:11:39 UTC 2016


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2934

            Bug ID: 2934
           Summary: [IcedTea8] SunEC provider throwing KeyException with
                    current NSS
           Product: IcedTea
           Version: 8-hg
          Hardware: all
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: IcedTea
          Assignee: gnu.andrew at redhat.com
          Reporter: gnu.andrew at redhat.com
                CC: unassigned at icedtea.classpath.org

Following the fix for bug #2899, the provider now crashes with a KeyException:

$ java TestECDSA
Exception in thread "main" java.security.ProviderException:
java.security.KeyException
    at
sun.security.ec.ECKeyPairGenerator.generateKeyPair(ECKeyPairGenerator.java:147)
    at
java.security.KeyPairGenerator$Delegate.generateKeyPair(KeyPairGenerator.java:703)
    at TestECDSA.main(TestECDSA.java:30)
Caused by: java.security.KeyException
    at sun.security.ec.ECKeyPairGenerator.generateECKeyPair(Native Method)
    at
sun.security.ec.ECKeyPairGenerator.generateKeyPair(ECKeyPairGenerator.java:128)
    ... 2 more

We should include this test case while we're at it to catch such problems
earlier.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20160412/6da7dd65/attachment.html>


More information about the distro-pkg-dev mailing list