Merge pull request #19 from cconlon/augRelease

1.1.0 release prep
pull/20/head v1.1.0-stable
JacobBarthelmeh 2020-08-26 16:56:20 -06:00 committed by GitHub
commit b413342be5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -135,9 +135,9 @@ README_JCE.md for more details.
### Revision History
---------
********* wolfCrypt JNI Release X.X.X (TBD)
********* wolfCrypt JNI Release 1.1.0 (08/26/2020)
Release X.X.X of wolfCrypt JNI has bug fixes and new features including:
Release 1.1.0 of wolfCrypt JNI has bug fixes and new features including:
- New JNI-level wrappers for ChaCha, Curve25519, and Ed25519
- Maven pom.xml build file

View File

@ -641,6 +641,8 @@ Java_com_wolfssl_wolfcrypt_Ecc_wc_1ecc_1shared_1secret(
XFREE(output, NULL, DYNAMIC_TYPE_TMP_BUFFER);
throwWolfCryptExceptionFromError(env, ret);
}
#else
(void)rng;
#endif
ret = (!ecc || !pub)