[Bug 356] keytool doesn't handle SHA384withECDSA signatures

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Aug 27 09:36:50 PDT 2009


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





------- Comment #14 from gnu_andrew at member.fsf.org  2009-08-27 16:36 -------
To replicate, you need an IcedTea6 build in ${java.home}.  Then create
${java.home}/jre/lib/security/nss.cfg as follows:

name = NSS
nssLibraryDirectory = ${nsslibdir}
nssDbMode = noDb
attributes = compatibility

where nsslibdir can be found by running pkg-config --variable=libdir nss

You then link this in by adding the following line to
${java.home}/jre/lib/security/java.security:

security.provider.9=sun.security.pkcs11.SunPKCS11
${java.home}/lib/security/nss.cfg

Then run:

${java.home}/bin/keytool -v -genkeypair -keyalg EC -keysize 256 -keystore
ectest.jks -storepass test12 -dname "CN=ECC Test"


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list