ibmruntimes / openj9-openjdk-jdk21

GNU General Public License v2.0
8 stars 40 forks source link

Check if OpenSSL is in FIPS mode and use Java for some algorithms #222

Closed KostasTsiounis closed 1 week ago

KostasTsiounis commented 1 week ago

If the OpenSSL library used is in FIPS mode, avoid using it for algorithms that are not FIPS compliant and revert to the original Java implementation.

Back-ported by: https://github.com/ibmruntimes/openj9-openjdk-jdk/pull/867

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

KostasTsiounis commented 1 week ago

FYI @keithc-ca

keithc-ca commented 1 week ago

Jenkins compile xlinux jdk21