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

Exclude multithread RSA-related tests and increase thread init timeout #134

Closed KostasTsiounis closed 2 weeks ago

KostasTsiounis commented 2 weeks ago

The multithreaded versions of RSAPSS and RSA_2048 seem to be hanging, so they are temporarily omitted until a fix is available.

In some platforms, like Windows, the initialization of the threads requires more time, so the timeout is increased to account for that.

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

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