Re: JSSE: SSLEngine reporting HandshakeStatus.FINISHED, disabling NewSessionTicket

2022-06-27 Thread Anthony Scarpino
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

Re: JSSE: SSLEngine reporting HandshakeStatus.FINISHED, disabling NewSessionTicket

2022-06-22 Thread Ben Smyth
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