From 3a5ad14e2e2724ba9497cd7c8305ffd570d233b1 Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Fri, 13 May 2022 14:35:17 -0600 Subject: [PATCH] update README.md and build.xml for 1.3.0 release --- README.md | 13 +++++++++++++ build.xml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fdc20f..79ac8c2 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,19 @@ that requires JCE provider JAR's to be authenticated. Please see ### Revision History --------- +#### wolfCrypt JNI Release 1.3.0 (05/13/2022) + +Release 1.3.0 of wolfCrypt JNI has bug fixes and new features including: + +- Run FIPS tests on `ant test` when linked against a wolfCrypt FIPS library (PR 24) +- Wrap native AesGcmSetExtIV\_fips() API (PR 24) +- Fix releaseByteArray() usage in Fips.RsaSSL\_Sign() (PR 24) +- Fix AES-GCM FIPS test cases (PR 24) +- Keep existing JAVA\_HOME in makefiles if already set (PR 25) +- Add JCE support for MessageDigestSpi.engineGetDigestLength() (PR 27) +- Update junit to 4.13.2 (PR 28) +- Update missing Javadocs, fixes warnings on newer Java versions (PR 29) + #### wolfCrypt JNI Release 1.2.0 (11/16/2021) Release 1.2.0 of wolfCrypt JNI has bug fixes and new features including: diff --git a/build.xml b/build.xml index dcdbe79..9255e2b 100644 --- a/build.xml +++ b/build.xml @@ -19,7 +19,7 @@ - +