On Thu, 16 Feb 2023 18:57:26 GMT, Rajan Halade <rhal...@openjdk.org> wrote:
>> * Refactored SSLContextTemplate and SSLSocketTemplate to put common code in >> one base class (SSLContextTemplate) >> * Updated TLS/SSL tests to extend SSLSocketTemplate where possible. >> * Updated SSLEngineTemplate to accommodate changes in SSLContextTemplate. To >> keep this changeset to a reasonable size, updates to SSLEngine tests will be >> made under JDK-8301194. > > test/jdk/sun/security/ssl/SignatureScheme/SigAlgosExtTestWithTLS13.java line > 2: > >> 1: /* >> 2: * Copyright (C) 2021, 2023 THL A29 Limited, a Tencent company. All >> rights reserved. > > Missing comma and this is not Oracle copyright so I am not sure if it should > be modified. May be you can revert this file, change is unintentional. ------------- PR: https://git.openjdk.org/jdk/pull/12555