[jdk11u-dev] RFR: JDK-8285591: [11] add signum checks in DSA.java engineVerify

Matthias Baesken mbaesken at openjdk.java.net
Tue Apr 26 07:53:01 UTC 2022


On Mon, 25 Apr 2022 14:24:51 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> 8277233 added signum checks to the engineVerify method in DSA.java in jdk17+.
> To be consistent with higher releases, it would be good to check also in jdk11.

> Looks good but please also update the copyright header as the original fix [openjdk/jdk17u at 2d4103a](https://github.com/openjdk/jdk17u/commit/2d4103a3d929e05edca98e7703e0869077966be7) does.

Updating copyright headers just brings clashes in case of further backports. And this is intentionally no backport of 8277233 .
Additionally what would be the year? 2021 like we have in 8277233 ? Or 2022  ?

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

PR: https://git.openjdk.java.net/jdk11u-dev/pull/1045


More information about the jdk-updates-dev mailing list