RFR: 8317967: Enhance test/jdk/javax/net/ssl/TLSCommon/SSLEngineTestCase.java to handle default cases
Sean Mullan
mullan at openjdk.org
Wed Oct 11 19:02:51 UTC 2023
On Wed, 11 Oct 2023 18:01:07 GMT, Rajan Halade <rhalade at 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
More information about the security-dev
mailing list