On Wed, 11 Oct 2023 18:01:07 GMT, Rajan Halade <rhal...@openjdk.org> wrote:
> Template is updated to handle default cases and will also throw an Error on > not supported test protocols. Changes requested by mullan (Reviewer). test/jdk/javax/net/ssl/TLSCommon/SSLEngineTestCase.java line 742: > 740: break; > 741: case "DTLS": > 742: case "DTLSv1.1": Should be "DTLSv1.2". There is no DTLSv1.1 protocol. ------------- PR Review: https://git.openjdk.org/jdk/pull/16156#pullrequestreview-1672269354 PR Review Comment: https://git.openjdk.org/jdk/pull/16156#discussion_r1355599940