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.

Could it be a TLS implementation problem that the server should not read 
application data as handshaking data?

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

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

Reply via email to