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 #325
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.
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