On Tue, 8 Sep 2026 14:49:43 GMT, Artur Barashev <[email protected]> wrote:
> There is a subtle bug in the implementation in JFR TLSHandshakeEvent: the > event wasn't recorded on the client side for the TLSv1.2 resumed session > (abbreviated handshake) and on the server side for TLSv1.2 full handshake. > For a resumed handshake the client produces the last Finished in TLSv1.2, > unlike the full handshake where the server produces the last Finished. In > TLSv1.3 the client produces the last Finished for both resumed and full > handshake. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). Marked as reviewed by mullan (Reviewer). ------------- PR Review: https://git.openjdk.org/jdk/pull/32768#pullrequestreview-5155467112
