-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for ECDSA signatures using native OpenSSL library #54
Conversation
FYI @keithc-ca |
Jenkins test sanity zlinux jdk22 |
All-too-common build error:
|
Jenkins test sanity zlinux jdk22 |
Please squash in preparation for testing. |
d612f11
to
013d027
Compare
Commits squashed. Ready for testing. |
Jenkins test sanity zlinux jdk22 |
Please address the typo mentioned in https://github.com/ibmruntimes/openj9-openjdk-jdk/pull/783/files#r1588208020. |
df70974
to
ca7ecb2
Compare
Fixed here too. |
Jenkins test sanity zlinux jdk22 |
Grinder for jdk_security3 passed: https://openj9-jenkins.osuosl.org/job/Grinder/3563. |
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: ibmruntimes/openj9-openjdk-jdk#783
Signed-off by: Kostas Tsiounis [email protected]