On Fri, 23 Dec 2022 17:08:03 GMT, Matthew Donovan <d...@openjdk.org> wrote:

> * updated test for new TLS protocols and ciphersuites
> * code cleanup

test/jdk/javax/net/ssl/SSLEngine/TestAllSuites.java line 2:

> 1: /*
> 2:  * Copyright (c) 2003, 2022, Oracle and/or its affiliates. All rights 
> reserved.

update to 2023

test/jdk/javax/net/ssl/SSLEngine/TestAllSuites.java line 333:

> 331: 
> 332:     enum SupportedCipherSuites {
> 333:         TLSv11("TLSv1.1", new String []{

Instead of this can we not continue with old approach of using 
`SSLEngine.getSupportedCipherSuites` and ignore not applicable suites?

-------------

PR: https://git.openjdk.org/jdk/pull/11780

Reply via email to