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

OpenSSL v3 is supported on all platforms #1171

Closed
pshipton opened this issue Sep 19, 2023 · 6 comments · Fixed by #1184
Closed

OpenSSL v3 is supported on all platforms #1171

pshipton opened this issue Sep 19, 2023 · 6 comments · Fixed by #1184

Comments

@pshipton
Copy link
Member

Issue or pull request number:
eclipse-openj9/openj9#13686

Overview:
OpenSSL v3 is supported on all platforms, where before it was only supported on Linux. v3 is included on Windows/Mac instead of 1.1.1.

Release target:
Eclipse OpenJ9 0.41

Applies to the following JDK versions:
All

Applies to the following platforms:
All

@Sreekala-Gopakumar
Copy link
Contributor

@pshipton - Based on this issue, is the following still valid?

On Linux and AIX® operating systems, the OpenSSL 1.0.x or 1.1.x library is expected to be found on the system path. If you use a package manager to install OpenSSL, the system path will be updated automatically. On other operating systems, the OpenSSL 1.1.x library is typically bundled. Later levels of some Linux operating systems might bundle OpenSSL 3.0.x.

@Sreekala-Gopakumar
Copy link
Contributor

@pshipton - Here, does v3 mean OpenSSL 3.0.x? Thanks!

@pshipton
Copy link
Member Author

I don't think it's restricted to 3.0, it could be any 3.x version. We happen to be bundling 3.0.x for this release but may bundle a later version in the future.

@pshipton
Copy link
Member Author

pshipton commented Sep 27, 2023

On all platforms the search order is 3, 1.1, 1.0. Linux has done this for a while, but it's new in this release for the other platforms.

Windows/Mac are bundling 3.0.x for this release. Some versions of Linux and AIX might bundle OpenSSL 3 (some versions of Linux do bundle OpenSSL 3), or you might have the option to install OpenSSL 3 via the package manager.

@Sreekala-Gopakumar
Copy link
Contributor

I don't think it's restricted to 3.0, it could be any 3.x version. We happen to be bundling 3.0.x for this release but may bundle a later version in the future.

So, I can say OpenSSL 3.x is now supported on all operating systems? Thanks!

@pshipton
Copy link
Member Author

So, I can say OpenSSL 3.x is now supported on all operating systems?

Yes.

Sreekala-Gopakumar added a commit to Sreekala-Gopakumar/openj9-docs that referenced this issue Sep 27, 2023
eclipse-openj9#1171

Updated the related topic and the What's new in version 0.41.0 release.

Closes eclipse-openj9#1171
Signed-off-by: Sreekala Gopakumar <[email protected]>
Sreekala-Gopakumar added a commit to Sreekala-Gopakumar/openj9-docs that referenced this issue Sep 27, 2023
eclipse-openj9#1171

Updated the related topic and the What's new in version 0.41.0 release.

Closes eclipse-openj9#1171
Signed-off-by: Sreekala Gopakumar <[email protected]>
Sreekala-Gopakumar added a commit to Sreekala-Gopakumar/openj9-docs that referenced this issue Sep 27, 2023
eclipse-openj9#1171

Updated the related topic and the What's new in version 0.41.0 release.

Closes eclipse-openj9#1171
Signed-off-by: Sreekala Gopakumar <[email protected]>
Sreekala-Gopakumar added a commit to Sreekala-Gopakumar/openj9-docs that referenced this issue Sep 28, 2023
eclipse-openj9#1171

Updated the related topic and the What's new in version 0.41.0 release.

Closes eclipse-openj9#1171
Signed-off-by: Sreekala Gopakumar <[email protected]>
Sreekala-Gopakumar added a commit to Sreekala-Gopakumar/openj9-docs that referenced this issue Sep 28, 2023
eclipse-openj9#1171

Updated the related topic and the What's new in version 0.41.0 release.

Closes eclipse-openj9#1171
Signed-off-by: Sreekala Gopakumar <[email protected]>
Sreekala-Gopakumar added a commit to Sreekala-Gopakumar/openj9-docs that referenced this issue Sep 29, 2023
eclipse-openj9#1171

Updated the related topic and the What's new in version 0.41.0 release.

Closes eclipse-openj9#1171
Signed-off-by: Sreekala Gopakumar <[email protected]>
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 a pull request may close this issue.

2 participants