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
3 stars 10 forks source link

Create new mvn profile to aid with bundled SDK test execution (#146) #150

Closed jasonkatonica closed 1 month ago

jasonkatonica commented 1 month ago

When executing tests included in the OpenJCEPlus project a user may wish to make use of the bundled versions of the OpenJCEPlus code, not the included OpenJCEPlus source code included in this project.

This update provides an alternate mvn profile that users can activate using the option `-Dtestenvironment=standalonebundled`` when executing tests against an SDK that already has OpenJCEPlus bundled.

Signed-off-by: Jason Katonica katonica@us.ibm.com