11.0.27
What's Changed
- Update tests to use Junit 5 by @jasonkatonica in #383
- Fix Digest clone memory leak by @jasonkatonica in #392
- Update the README.md file for the use of AI generated code. by @johnpeck-us-ibm in #394
- Add int declaration to rc variable in Utils.c by @gin-nader in #408
- Fix memory leak in HDKF derive function by @jasonkatonica in #403
- Fix memory leak computing ECDH secrets by @jasonkatonica in #411
- Format all C source code using clang-format by @jasonkatonica in #422
- Update the DH key size check to include the exponent size check by @taoliult in #428
- Eliminate older junit dependency by @jasonkatonica in #434
- Initialize FastJNIBuffer only when use_z_fast_command is set to true by @taoliult in #457
- Add the DHUtils class to verify the DH key size by @taoliult in #459
- Always save all output from build pipeline execution by @jasonkatonica in #467
- Update ECDSASignature to match expected behaviour by @KostasTsiounis in #441
- Add support for PBKDF2 algorithms by @jasonkatonica in #469
- Update Jenkinsfile to use cygpath by @KostasTsiounis in #479
- Migrate to GPLv2 license by @jasonkatonica in #483
- Upgrade Maven from 3.9.6 to 3.9.9 by @jasonkatonica in #492
- Update to use latest maven dependencies by @jasonkatonica in #496
- Enhancements to AES-GCM Tests and Cipher Initialization by @taoliult in #497
Full Changelog: 11.0.26...11.0.27