RFR: 8280494: (D)TLS signature schemes

Jie Fu jiefu at openjdk.java.net
Thu Jan 27 23:47:10 UTC 2022


On Thu, 27 Jan 2022 22:06:21 GMT, Xue-Lei Andrew Fan <xuelei at openjdk.org> wrote:

> This update is to support signature schemes customization for individual (D)TLS connection.  Please review the CSR as well:
> CSR: https://bugs.openjdk.java.net/browse/JDK-8280495
> RFE: https://bugs.openjdk.java.net/browse/JDK-8280494

src/java.base/share/classes/javax/net/ssl/SSLParameters.java line 3:

> 1: /*
> 2:  * Copyright (c) 2005, 2021, Oracle and/or its affiliates. All rights reserved.
> 3:  * Copyright (C) 2022 THL A29 Limited, a Tencent company. All rights reserved.

No sure if we should add this new copyright line for Tencent.

But for hotspot changes, we usually just update the copyright year from 2021 to 2022 if the original copyright is from Oracle.

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

PR: https://git.openjdk.java.net/jdk/pull/7252


More information about the net-dev mailing list