@@ -148,12 +148,38 @@ Additional instructions can be found on the wolfSSL.com website:
148148
149149## Release Notes
150150
151- ### wolfSSL JNI Release X.X.X (TBD)
152-
153- Release X.X.X has bug fixes and new features including:
154-
155- * Removal of HC-128 stream cipher support. Native wolfSSL removed HC-128
156- support in [ PR #4767 ] ( https://github.com/wolfSSL/wolfssl/pull/4767 )
151+ ### wolfSSL JNI Release 1.9.0 (TBD)
152+
153+ Release 1.9.0 has bug fixes and new features including:
154+
155+ ** JNI and JSSE Changes:**
156+ * Add synchronization to class cleanup/free routines (PR 78)
157+ * Fix JNI native casting to use utintptr\_ t instead of intptr\_ t (PR 79)
158+ * Add support for newer Java versions (ex: Java 17) (PR 90)
159+ * Remove HC-128 support (PR 94). Native wolfSSL removed with
160+ [ PR #4767 ] ( https://github.com/wolfSSL/wolfssl/pull/4767 )
161+ * Remove RABBIT support (PR 96). Native wolfSSL removed with
162+ [ PR #4774 ] ( https://github.com/wolfSSL/wolfssl/pull/4767 )
163+ * Remove IDEA support (PR 97). Native wolfSSL removed in
164+ [ PR #4806 ] ( https://github.com/wolfSSL/wolfssl/pull/4806 ) .
165+ * Fix typecasting issues and cleanup for native argument checking (PR 98, 99)
166+ * Add Socket timeout support for native SSL\_ connect/write() (PR 95)
167+ * SSLSocket.getSession() now tries to do TLS handshake if not completed (PR 76)
168+ * Fix shutdown/close\_ notify alert handling in WolfSSLEngine (PR 83)
169+ * Fix WolfSSLSocket to test if close() called before object init (PR 88)
170+ * Add support for loading default system CA certs on Java 9+ (PR 89)
171+ * Fix timeout behavior with WolfSSLSession.connect() (PR 100)
172+
173+ ** Example Changes:**
174+ * Print wolfJSSE provider info in JSSE ProviderTest (PR 77)
175+ * Add option to ClientJSSE to do one session resumption (PR 80)
176+ * Update example certificates and keys (PR 81)
177+
178+ ** Documentation Changes:**
179+ * Add missing Javadocs, fix warnings on newer Java versions (PR 92)
180+
181+ ** Testing Changes:**
182+ * Update junit dependency to 4.13.2 (PR 91)
157183
158184The wolfSSL JNI Manual is available at:
159185http://www.wolfssl.com/documentation/wolfSSL-JNI-Manual.pdf . For build
0 commit comments