update README.md and build.xml for 1.3.0 release
parent
ec0bc8b40b
commit
3a5ad14e2e
13
README.md
13
README.md
|
@ -152,6 +152,19 @@ that requires JCE provider JAR's to be authenticated. Please see
|
||||||
### Revision History
|
### 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)
|
#### wolfCrypt JNI Release 1.2.0 (11/16/2021)
|
||||||
|
|
||||||
Release 1.2.0 of wolfCrypt JNI has bug fixes and new features including:
|
Release 1.2.0 of wolfCrypt JNI has bug fixes and new features including:
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<!-- versioning/manifest properties -->
|
<!-- versioning/manifest properties -->
|
||||||
<property name="implementation.vendor" value="wolfSSL Inc." />
|
<property name="implementation.vendor" value="wolfSSL Inc." />
|
||||||
<property name="implementation.title" value="wolfCrypt JNI" />
|
<property name="implementation.title" value="wolfCrypt JNI" />
|
||||||
<property name="implementation.version" value="1.2" />
|
<property name="implementation.version" value="1.3" />
|
||||||
|
|
||||||
<!-- set properties for this build -->
|
<!-- set properties for this build -->
|
||||||
<property name="src.dir" value="src/main/java/" />
|
<property name="src.dir" value="src/main/java/" />
|
||||||
|
|
Loading…
Reference in New Issue