wolfSSL JNI and JSSE Provider 1.12.0
cconlon
released this
31 Mar 21:12
·
336 commits
to master
since this release
Release 1.12.0 has bug fixes and new features including:
JNI and JSSE Changes:
- Additional synchronization support in WolfSSLCertificate (PR 118)
- Prevent WolfSSLCertificate from freeing
WOLFSSL_X509
if not owned (PR 118) - Fix
X509KeyManager.getCertificateChain()
to returnnull
when alias isnull
(PR 119)
Documentation Changes:
- Add Android Studio instructions for how to update source symlinks on Windows (PR 117)
The wolfSSL JNI Manual is available at: https://www.wolfssl.com/documentation/manuals/wolfssljni. For build instructions and more detailed comments, please check the manual.