Skip to content

wolfCrypt JNI and JCE Provider 1.8.0

Latest
Compare
Choose a tag to compare
@cconlon cconlon released this 23 Jan 21:13
· 2 commits to master since this release
2eeb8f1

To download the release bundle of wolfCrypt JNI/JCE visit the download page at www.wolfssl.com/download/

Release 1.8.0 of wolfCrypt JNI and JCE has bug fixes and new features including:

New JCE Functionality:

  • Add Java security property support for mapping JKS/PKCS12 to WKS type (PR 83)

JNI and JCE Changes:

  • Run FIPS CASTs once up front to prevent threaded app errors (PR 84, 91)

Example Changes:

  • Define WOLFSSL_CUSTOM_CONFIG in Android Studio project builds (PR 85)
  • Add basic JCE cryptography benchmark app (PR 88, 89, 93, 94)

Testing Changes:

  • Add GitHub Action testing Maven (pom.xml) build on macOS and Linux (PR 82)

The wolfCrypt JNI/JCE Manual is available at:
https://www.wolfssl.com/documentation/manuals/wolfcryptjni/. For build instructions and more details comments, please check the manual.