[jdk17u-dev] Integrated: 8271566: DSA signature length value is not accurate in P11Signature

Martin Balao mbalao at openjdk.org
Tue Nov 28 15:47:23 UTC 2023


On Tue, 21 Nov 2023 22:37:40 GMT, Martin Balao <mbalao at openjdk.org> wrote:

> Hi,
> 
> I would like to request a review for the backport of [8271566](https://bugs.openjdk.org/browse/JDK-8271566) to jdk17u-dev.
> 
> The original patch does not apply cleanly due to context differences in some parts of P11Key.java. In particular, jdk17u lacks of [8274393](https://bugs.openjdk.org/browse/JDK-8274393) that introduces `@SuppressWarnings("serial")` lines. jdk17u does not have the [8160675](https://bugs.openjdk.org/browse/JDK-8160675) enhancement so it does not need [8274393](https://bugs.openjdk.org/browse/JDK-8274393) to be backported as a dependency.
> 
> No regressions observed in the "jdk/sun/security/pkcs11" tests category.
> 
> Thanks,
> Martin.-

This pull request has now been integrated.

Changeset: 9165f777
Author:    Martin Balao <mbalao at openjdk.org>
URL:       https://git.openjdk.org/jdk17u-dev/commit/9165f777f86fd333d4c17702b7e6289bfdbb5e1e
Stats:     680 lines in 3 files changed: 380 ins; 112 del; 188 mod

8271566: DSA signature length value is not accurate in P11Signature

Reviewed-by: adinn
Backport-of: ea8d3c92c69c393cdbc6c62398f1e9c6adc708d3

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

PR: https://git.openjdk.org/jdk17u-dev/pull/1982


More information about the jdk-updates-dev mailing list