1

https://github.com/openjsse/openjsse

"The OpenJSSE project was created to add support for TLS 1.3 to existing Java 8 applications without requiring code changes"

How to use this project exactly?

I'm currently using the AdoptOpenJDK build for Java 8.

benji
  • 2,331
  • 6
  • 33
  • 62

1 Answers1

2

As mentioned in the issue log for openjdk (Link):

OpenJSSE for OpenJDK can be installed in two possible ways:

  • add OpenJSSE provider in the list of security providers of java.security file
  • registered at runtime with Security.insertProviderAt method

However you'll better use Azul JDK8 builds as soon as it has preintegrated and fully tested support for OpenJSSE provider with -XX:+UseOpenJSSE

Community
  • 1
  • 1
Flown
  • 11,480
  • 3
  • 45
  • 62