RFR: JDK-8234128 jarsigner will not show not-signed-by-alias warning if an intermediate cert is in this keystore

Jamil Nimeh jnimeh at openjdk.java.net
Thu Apr 7 15:14:37 UTC 2022


On Tue, 8 Mar 2022 23:22:56 GMT, Mark Powers <duke at openjdk.java.net> wrote:

> https://bugs.openjdk.java.net/browse/JDK-8234128
> 
> My initial attempt had too many bad side-effects. This latest fix only tries to suppress the warning message.

Looks good to me.

Yeah, the loop seems like it would behave the same way with or without the intermediate CA cert for the purposes of the warning message.  I'm good with it.

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

Marked as reviewed by jnimeh (Reviewer).

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


More information about the core-libs-dev mailing list