[Bug 3115] New: [IcedTea7] Add check for elliptic curve cryptography implementation

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Jul 28 02:35:56 UTC 2016


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

            Bug ID: 3115
           Summary: [IcedTea7] Add check for elliptic curve cryptography
                    implementation
           Product: IcedTea
           Version: 7-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

Backport 'ecccheck' from IcedTea 3.x.

if [ -e /mnt/builder/icedtea7/openjdk.build/j2sdk-image/bin/java ] ; then \
  /mnt/builder/icedtea7/openjdk.build/j2sdk-image/bin/java -cp
/mnt/builder/icedtea7/ecccheck.build TestEllipticCurveCryptoSupport yes ; \
fi
ECC should be available: yes
SunEC provider is present
PKCS11 provider is present; adjusting tests accordingly.
EC AlgorithmParameter is present; provided by EC provider
ECDH KeyAgreement is present; provided by EC provider
EC KeyFactory is present; provided by EC provider
EC KeyPairGenerator is present; provided by EC provider
EC Signatures are present; provided by EC provider
sunECProvider class: class sun.security.ec.SunEC
useFullImplementation = true
SunEC provider available: true
mkdir -p stamps
touch stamps/check-ecc.stamp
make: Leaving directory '/mnt/builder/icedtea7'

-- 
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/20160728/8b037231/attachment.html>


More information about the distro-pkg-dev mailing list