ibmruntimes / openj9-openjdk-jdk11

Extensions for OpenJDK 11 for Eclipse OpenJ9
GNU General Public License v2.0
32 stars 111 forks source link

Allow loading of OpenSSL 3.x native library for Mac, Windows and AIX #685

Closed KostasTsiounis closed 1 year ago

KostasTsiounis commented 1 year ago

Additional options for potential library files are added to accommodate for use of OpenSSL 3.x in multiple platforms, namely Mac, Windows and AIX.

The list of potential library files to be bundled with OpenJDK for AIX is, also, altered to allow bundling of OpenSSL 3.x while avoiding conflict with other applications that might be using earlier versions.

Back-ported from: https://github.com/ibmruntimes/openj9-openjdk-jdk/pull/616 and https://github.com/ibmruntimes/openj9-openjdk-jdk/pull/632

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