[jdk8u] Integrated: 8275887: jarsigner prints invalid digest/signature algorithm warnings if keysize is weak/disabled

Alexey Bakhtin abakhtin at openjdk.org
Thu Dec 1 06:21:40 UTC 2022


On Tue, 29 Nov 2022 07:10:58 GMT, Alexey Bakhtin <abakhtin at openjdk.org> wrote:

> Backported as a follow-on issue for JDK-8269039
> 
> Based on the JDK11u patch
> I had to resolve some merge issues in a few places:
> 
> TimestampCheck.java - simple merge because of no JDK-8171319 in JDK8
> ManifestEntryVerifier.java - Manually updated because of different arguments of the permits() method
> DisabledAlgorithmConstraints.java - permits() method manually updated because of no JDK-8285398
> SignerInfo.java - use explicit type instead of var
> All corresponding tests passed

This pull request has now been integrated.

Changeset: 53620b38
Author:    Alexey Bakhtin <abakhtin at openjdk.org>
URL:       https://git.openjdk.org/jdk8u/commit/53620b38d3d46344b5d5e9deb017a234828ead28
Stats:     125 lines in 9 files changed: 42 ins; 30 del; 53 mod

8275887: jarsigner prints invalid digest/signature algorithm warnings if keysize is weak/disabled

Reviewed-by: phh, andrew
Backport-of: 03f8c0fb9363dc1bb07bed1ae0359c029caa0130

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

PR: https://git.openjdk.org/jdk8u/pull/24


More information about the jdk8u-dev mailing list