Skip to content
GitHub no longer supports this web browser. Learn more about the browsers we support.
OpenJSSE: A JSSE provider that supports TLS 1.3 on Java SE 8
Java
Branch: master
Clone or download
Alexey Bakhtin
Latest commit f8e1d72 Jan 14, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
examples Add HttpsClient example Jul 10, 2019
src/main Add JDK13 support Jan 14, 2020
.gitignore Add .gitignore and clean out ephemeral files Jul 5, 2019
LICENSE Initial commit Jul 5, 2019
README.md Update README.md Aug 13, 2019
pom.xml Set OpenJSSE version 1.1.2 Jan 14, 2020

README.md

OpenJSSE

Javadocs


OpenJSSE: A JSSE provider that supports TLS 1.3 on Java SE 8.

The OpenJSSE project was created to add support for TLS 1.3 to existing Java 8 applications without requiring code changes, and to provide a means to programmatically to code to TLS 1.3 and RSASSA-PSS capabilities not directly available via the Java SE 8 APIs.

When using the OpenJSSE JSSE provider, both clients and servers will auto-negotiate TLS 1.3, unless explicitly configured otherwise, while still including full support for all TLS behaviors found in Java SE 8.

The public API for OpenJSSE is located in the org.openjsse.javax.net.ssl and org.openjsse.java.security.spec packages and is similar to the Java SE 11 javax.net.ssl and java.security.spec package APIs.


Code origins and evolution

The project code is comprised primarily of a backport (to Java 8) of the OpenJDK 11 implementations of various components that together comprise of a TLS 1.3 JSSE provider. While small modification were needed in order to make the code work on Java 8 JREs, the structure of the OpenJDK 11 code has been kept mostly intact, with associated packages placed under the org.openjsse.* namespace to avoid collisions.

The code for this project is licensed under the OpenJDK GPLv2 + CPE license, as described in the LICENSE file at the base of this repository and in notices found in the various source files.

The project is created and actively supported by engineers from Azul Systems.

You can’t perform that action at this time.