Skip to content
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

Use native OpenSSL library for XDH key generation and agreement #55

Merged
merged 1 commit into from
Jun 5, 2023

Conversation

KostasTsiounis
Copy link
Contributor

Native OpenSSL library is used to perform key generation and agreement using XDH curves, where available. The Java implementation is maintained as a fallback option, in case of an error with OpenSSL, or inability to load the library altogether.

Back-ported from: ibmruntimes/openj9-openjdk-jdk#600

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

@pshipton pshipton requested a review from keithc-ca June 5, 2023 20:23
@keithc-ca keithc-ca self-assigned this Jun 5, 2023
@keithc-ca
Copy link
Member

Jenkins test sanity alinux64 jdk20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants