Skip to content

Commit 364db70

Browse files
committed
add release notes for v1.10
1 parent 3924d59 commit 364db70

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff 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

162186
Release 1.9.0 has bug fixes and new features including:

0 commit comments

Comments
 (0)