On Fri, 5 Aug 2022 12:25:36 GMT, Daniel Jeliński <djelin...@openjdk.org> wrote:

> Fix `SSLEngineService` test class to make sure it does not discard any 
> network data between `handshaking` and `receive`.
> 
> With TLS1.3 the client starts sending application data immediately after 
> sending the Finished message. The server may read some of that data in the 
> `handshaking` method. This patch makes sure that any such data is delivered 
> to the `receive` method for processing.

This pull request has now been integrated.

Changeset: 7b029ea6
Author:    Daniel Jeliński <djelin...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/7b029ea6ba1d44d361fdf980816732d8454b8194
Stats:     51 lines in 8 files changed: 5 ins; 5 del; 41 mod

8227651: Tests fail with SSLProtocolException: Input record too big
8212096: javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java failed 
intermittently due to SSLException: Tag mismatch

Reviewed-by: coffeys, xuelei

-------------

PR: https://git.openjdk.org/jdk/pull/9773

Reply via email to