@@ -109,6 +109,9 @@ runtime.
109
109
wolfSSL native debug logging can be enabled by using ` -Dwolfssl.debug=true ` at
110
110
runtime, if native wolfSSL has been compiled with ` --enable-debug ` .
111
111
112
+ More verbose SSLEngine debug logs can be enabled by using the
113
+ ` -Dwolfsslengine.debug=true ` system property.
114
+
112
115
JDK debug logging can be enabled using the ` -Djavax.net.debug=all ` option.
113
116
114
117
## Building for Android
@@ -179,12 +182,20 @@ Or by defining `-DHAVE_SECURE_RENEGOTIATION`.
179
182
180
183
## Release Notes
181
184
182
- ### wolfSSL JNI Release X.X.X (TBD )
185
+ ### wolfSSL JNI Release 1.11.0 (12/2/2022 )
183
186
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:
185
188
186
189
** JNI and JSSE Changes:**
190
+ * Add support for system properties: keyStore, keyStoreType, keyStorePassword (PR 74)
187
191
* 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)
188
199
189
200
The wolfSSL JNI Manual is available at:
190
201
https://www.wolfssl.com/documentation/manuals/wolfssljni . For build
0 commit comments