-
Notifications
You must be signed in to change notification settings - Fork 728
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 OpenSSL 3.0 #13686
Comments
Ubuntu 22_04 and RHEL 9 don't come with openssl 1.1 installed but openssl 3 instead. OpenJ9 crypto performance will not be good out of the box unless openssl 3 support is working. |
This will require doc updates too, to say we're supporting OpenSSL 3.0 but also some topics mention OpenSSL versions, eg: |
I've opened a doc issue at eclipse-openj9/openj9-docs#924. I've said this change applies to all JDK versions and all platforms - please add a comment to the doc issue if that assumption is incorrect. |
OpenSSL v3 runtime support is added for Linux only in 0.32. Build support is in progress for a future release. |
* [skip ci] * added for openssl3 support * update wget with no certification option as most certificate have expired * update build job to use latest container with these changes * eclipse-openj9#13686 Signed-off-by: Joe deKoning <[email protected]>
Sounds like we need an option like |
Hi Peter, Since we are planning on shipping the 1.x bundled version of openssl with mac and windows in this next release, Id suggest that we shift to 3.x in the release following ( .40 ). I do think that some packaging and build work will need to be done in order to build openssl 3.x on various platforms from source. I am unsure who will be working on this aspect of the issue. |
We can move this to the appropriate Milestone plan once it's created. I know there are still build problems and they haven't been getting much attention, there is some status here. |
v3 support is added. |
If OpenSSL 3 is now supported on operating systems other than Linux, please open another doc issue to make the necessary changes. For example, https://eclipse-openj9.github.io/openj9-docs/openssl/ still says it's Linux-only. |
Thanks. Created eclipse-openj9/openj9-docs#1171 |
Now that OpenSSL 3.0 is released, there should be support for it. OpenSSL 1.1.1 goes out of support 2023-09-11.
Note the license for v3 is different.
https://www.openssl.org/source/license.html
@ashbm5
The text was updated successfully, but these errors were encountered: