ibmruntimes / openj9-openjdk-jdk11

Extensions for OpenJDK 11 for Eclipse OpenJ9
GNU General Public License v2.0
31 stars 112 forks source link

Add support for ECDSA signatures using native OpenSSL library #778

Closed KostasTsiounis closed 6 months ago

KostasTsiounis commented 6 months ago

A new class, namely NativeECDSASignature.java, is created and the corresponding options are added in other places to allow for the use of native OpenSSL library to create and verify ECDSA signatures.

Back-ported from: https://github.com/ibmruntimes/openj9-openjdk-jdk/pull/783

Signed-off by: Kostas Tsiounis kostas.tsiounis@ibm.com

KostasTsiounis commented 6 months ago

FYI @keithc-ca

keithc-ca commented 6 months ago

Jenkins test sanity zlinux jdk11