Discussions
Categories
- 196.9K All Categories
- 2.2K Data
- 239 Big Data Appliance
- 1.9K Data Science
- 450.4K Databases
- 221.7K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 550 MySQL Community Space
- 478 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3K ORDS, SODA & JSON in the Database
- 546 SQLcl
- 4K SQL Developer Data Modeler
- 187.1K SQL & PL/SQL
- 21.3K SQL Developer
- 295.9K Development
- 17 Developer Projects
- 138 Programming Languages
- 292.6K Development Tools
- 107 DevOps
- 3.1K QA/Testing
- 646K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 155 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.1K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 18 Java Essentials
- 160 Java 8 Questions
- 86K Java Programming
- 80 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 204 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 443 LiveLabs
- 38 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 171 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 232 Portuguese
wolfSSL JSSE Provider

wolfSSL would like to announce that we are wrapping up development of a new JSSE provider for the wolfSSL lightweight SSL/TLS library. This provider, wolfJSSE, supports up to TLS 1.2 and TLS 1.3, and gains the advantages that the native wolfSSL C library offers in terms of performance and small footprint size.
wolfJSSE will initially provide implementations of the following JSSE classes:
SSLContext (TLS 1.0, TLS 1.1, TLS 1.2, TLS 1.3)
SSLEngine
SSLSession
SSLSocket / SSLServerSocket
SSLSocketFactory / SSLServerSocketFactory
KeyManagerFactory
X509KeyManager
TrustManagerFactory
X509TrustManager
X509Certificate
The native wolfSSL library supports up to the current TLS 1.3 RFC (8446), can be up to 20 times smaller than OpenSSL, and includes assembly and hardware crypto performance optimizations on several different platforms. wolfSSL is dual licensed under GPLv2 and a commercial license.
For users interested in FIPS 140-2, wolfSSL recently released a “FIPS Ready” version of the native C library which includes all of the code needed to be ready to move forward with the FIPS validation process. wolfSSL FIPS Ready supports a validated entropy source, all of the TLS 1.3 algorithms, and support for hardware encryption. The wolfJSSE provider is compatible with the FIPS Ready release as well.
We expect the wolfJSSE provider to be available soon and will update this thread when a download is available for testing. We would like to hear any feedback you may have on wolfJSSE or features that you would like to see added in the future.
Thanks,
Chris
Team wolfSSL
www.wolfssl.com