On 5/24/22 8:20 AM, Ben Smyth wrote:
TL;DR: Why does a client report HandshakeStatus.FINISHED twice? Can
production of NewSessionTicket be disabled?
SSLEngine with post handshake messages returns HandshakeStatus.FINISHED.
I believe because the FINISHED definition is "The SSLEngine has j
On Tue, 24 May 2022 at 17:20, Ben Smyth wrote:
> Javadoc advises HandshakeStatus.FINISHED is reported when "a call to
> SSLEngine.wrap() / unwrap() ... finishes a handshake." As expected,
>
> * OpenJDK SSLEngine.wrap() reports HandshakeStatus.FINISHED on wrapping a
> client's (TLS) FINISHED messag