File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -157,6 +157,30 @@ Additional instructions can be found on the wolfSSL.com website:
157157
158158## Release Notes
159159
160+ ### wolfSSL JNI Release 1.10.0 (8/11/2022)
161+
162+ Release 1.10.0 has bug fixes and new features including:
163+
164+ ** JNI and JSSE Changes:**
165+ * Add SSLEngine.getApplicationProtocol(), fixes Undertow compatibility (PR 84)
166+ * Wrap wolfSSL\_ UseALPN() at JNI level (PR 84)
167+ * Fix compile error for wolfSSL < 4.2.0 and wolfSSL\_ set\_ alpn\_ protos() (PR 84)
168+ * Fix NullPointerException when no selected ALPN is available (PR 84)
169+ * Fix JNI build when wolfSSL compiled with --disable-filesystem (PR 104)
170+ * Fix SSLEngine compatibility with data larger than TLS record size (PR 105)
171+ * Refactor SSLEngine handshake status to be more inline with SunJSSE (PR 105)
172+ * Add verbose SSLEngine logging with "wolfsslengine.debug" property (PR 105)
173+
174+ ** Documentation Changes**
175+ * Fix missing Javadoc warnings in ALPN code
176+
177+ ** Example Changes:**
178+ * Update Android Studio IDE project to use Android 11 (SDK 30)
179+
180+ The wolfSSL JNI Manual is available at:
181+ http://www.wolfssl.com/documentation/wolfSSL-JNI-Manual.pdf . For build
182+ instructions and more detailed comments, please check the manual.
183+
160184### wolfSSL JNI Release 1.9.0 (5/5/2022)
161185
162186Release 1.9.0 has bug fixes and new features including:
You can’t perform that action at this time.
0 commit comments