RFR: 8227651: Tests fail with SSLProtocolException: Input record too big
    Xue-Lei Andrew Fan 
    xuelei at openjdk.org
       
    Wed Aug 10 17:00:30 UTC 2022
    
    
  
On Fri, 5 Aug 2022 12:25:36 GMT, Daniel Jeliński <djelinski at 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.
Marked as reviewed by xuelei (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/9773
    
    
More information about the security-dev
mailing list