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
4 stars 12 forks source link

Execute TestMemStressAll and TestMultithread within github action #137

Closed jasonkatonica closed 3 months ago

jasonkatonica commented 3 months ago

The test suites TestMemStressAll and TestMultithread are missing during the github action test execution checks. This update adds these two test suites.

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

JinhangZhang commented 3 months ago

LGTM