Withdrawn: 8284192: SSLSocketReset test should expect EOFException on client side

2022-05-27 Thread duke
On Fri, 1 Apr 2022 20:53:20 GMT, Rajan Halade wrote: > Updated test code to expect EOFException on client side and did other cleanup > to improve test code. This pull request has been closed without being integrated. - PR: https://git.openjdk.java.net/jdk/pull/8080

RFR: 8277307: Pre shared key sent under both session_ticket and pre_shared_key extensions

2022-05-27 Thread Daniel JeliƄski
Session ticket extension should only contain pre-TLS1.3 stateless session tickets; it should not be used for sending TLS1.3 pre-shared keys. - Commit messages: - Send empty ticket when resuming TLS1.3 Changes: https://git.openjdk.java.net/jdk/pull/8922/files Webrev: