Hello, We propose to enhance the APIs in the javax.net.ssl [1] package to support securing the QUIC transport. This will enable libraries and frameworks that implement the QUIC transport to use the JDK's TLS 1.3 implementation.
We do not plan to offer an API for the QUIC transport. We do not plan to support deriving 0-RTT traffic secrets at this time. This could be revisited in a future JEP. More details can be found in the draft JEP [2]. Regards, Daniel [1] https://docs.oracle.com/en/java/javase/27/docs/api/java.base/javax/net/ssl/package-summary.html [2] https://openjdk.org/jeps/8383849
