Closed KostasTsiounis closed 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.
NativeECDSASignature.java
OpenSSL
ECDSA
Back-ported from: https://github.com/ibmruntimes/openj9-openjdk-jdk/pull/783
Signed-off by: Kostas Tsiounis kostas.tsiounis@ibm.com
FYI @keithc-ca
Jenkins test sanity zlinux jdk11
A new class, namely
NativeECDSASignature.java
, is created and the corresponding options are added in other places to allow for the use of nativeOpenSSL
library to create and verifyECDSA
signatures.Back-ported from: https://github.com/ibmruntimes/openj9-openjdk-jdk/pull/783
Signed-off by: Kostas Tsiounis kostas.tsiounis@ibm.com