On Thu, 23 Dec 2021 21:47:53 GMT, Daniel Jeliński wrote:
>> All TLS 1.3 handshakes in compatibility mode must send a non-empty SessionID
>> field. Currently TLS1.3 session resumptions are sending empty session ID.
>> This patch fixes that problem.
>>
>> All jdk_core tests passed. The newly add
On Tue, 21 Dec 2021 21:25:53 GMT, Anthony Scarpino
wrote:
>> Daniel Jeliński has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Update copyright year
>
> Please add " 2021," to the copyright of ResumeTLS13withSNI.java.
> I have run all the
> All TLS 1.3 handshakes in compatibility mode must send a non-empty SessionID
> field. Currently TLS1.3 session resumptions are sending empty session ID.
> This patch fixes that problem.
>
> All jdk_core tests passed. The newly added check passes with the patch, fails
> without it.
Daniel Jel
On Mon, 29 Nov 2021 08:42:22 GMT, Daniel Jeliński wrote:
> All TLS 1.3 handshakes in compatibility mode must send a non-empty SessionID
> field. Currently TLS1.3 session resumptions are sending empty session ID.
> This patch fixes that problem.
>
> All jdk_core tests passed. The newly added ch
All TLS 1.3 handshakes in compatibility mode must send a non-empty SessionID
field. Currently TLS1.3 session resumptions are sending empty session ID. This
patch fixes that problem.
All jdk_core tests passed. The newly added check passes with the patch, fails
without it.
-
Commit