IBM / OpenJCEPlus

This project makes use of Java and C/C++. This project will create OpenJCEPlus and OpenJCEPlusFIPS cryptographic providers which are implementations of the Java™ Cryptography Extensions (JCE) APIs. The actual cryptographic code will come from the OpenCryptographyKitC project which is based on OpenSSL.
Apache License 2.0
5 stars 12 forks source link

Use non-bundled OCK library in AIX #343

Closed KostasTsiounis closed 1 week ago

KostasTsiounis commented 1 week ago

If there is a version of OCK that is bundled with the utilized JDK, it is always preferred over what the current run provides. To avoid that, the bundled version is deleted.

AIX is, also, enabled to be in the default platforms that are run.

Back-ported from: https://github.com/IBM/OpenJCEPlus/pull/339

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