@@ -109,6 +109,9 @@ runtime.
109109wolfSSL native debug logging can be enabled by using ` -Dwolfssl.debug=true ` at
110110runtime, if native wolfSSL has been compiled with ` --enable-debug ` .
111111
112+ More verbose SSLEngine debug logs can be enabled by using the
113+ ` -Dwolfsslengine.debug=true ` system property.
114+
112115JDK debug logging can be enabled using the ` -Djavax.net.debug=all ` option.
113116
114117## Building for Android
@@ -179,12 +182,20 @@ Or by defining `-DHAVE_SECURE_RENEGOTIATION`.
179182
180183## Release Notes
181184
182- ### wolfSSL JNI Release X.X.X (TBD )
185+ ### wolfSSL JNI Release 1.11.0 (12/2/2022 )
183186
184- Future release X.X.X has bug fixes and new features including:
187+ Future release 1.11.0 has bug fixes and new features including:
185188
186189** JNI and JSSE Changes:**
190+ * Add support for system properties: keyStore, keyStoreType, keyStorePassword (PR 74)
187191* Add support for secure renegotiation if available in native wolfSSL (PR 75)
192+ * Fix compilation against newer wolfSSL versions that have dtls.c (PR 107)
193+ * Fixes and cleanup to SSLEngine implementation (PR 108)
194+ * Fixes for SSLEngine synchronization issues (PR 108)
195+ * Add non-standard X509TrustManager.checkServerTrusted() for use on Android (PR 109)
196+ * Add RPM packaging support (PR 110)
197+ * Fix SSLSocketFactory.createSocket() to allow for null host (PR 111)
198+ * Remove @Override on SSLEngine.getHandshakeSession() for older Java versions (PR 114)
188199
189200The wolfSSL JNI Manual is available at:
190201https://www.wolfssl.com/documentation/manuals/wolfssljni . For build
0 commit comments