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

Allow debug compilation to pass and add DH detail #327

Closed jasonkatonica closed 2 weeks ago

jasonkatonica commented 2 weeks ago

When turning on all available debug information available with the c library via compilation options in the various makefiles certain code has been found to not compile. This update fixes compilation errors primarily associated with incorrectly named variables and also castings required to call helper methods to print debug messages.

This update also adds additional debug statements to the DH method DHKEY.generate since relevant information for other known issues was missing.

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

jasonkatonica commented 2 weeks ago

x86_64_linux, ppc64le_linux, s390x_linux, x86_64_windows, aarch64_mac, x86_64_mac