On Mon, 9 Jan 2023 12:19:27 GMT, Matthew Donovan <d...@openjdk.org> wrote:
> Refactored the code a little bit and updated the test for changes to the TLS > state machine. test/jdk/javax/net/ssl/SSLEngine/EngineCloseOnAlert.java line 67: > 65: > 66: public static void main(String[] args) throws Exception { > 67: SecurityUtils.removeFromDisabledTlsAlgs("TLSv1"); Is this still needed? Test is using TLSv1.2 only. ------------- PR: https://git.openjdk.org/jdk/pull/11903