8277474: jarsigner does not check if algorithm parameters are disabled

Reviewed-by: mullan, weijun
This commit is contained in:
Hai-May Chao 2022-03-03 23:01:26 +00:00
parent 1581e3faa0
commit fb6b929e6e
4 changed files with 120 additions and 9 deletions

View file

@ -176,7 +176,9 @@ public class Resources extends java.util.ListResourceBundle {
{"history.nobk", "- Missing block file for signature-related file META-INF/%s.SF"},
{"with.weak", "%s (weak)"},
{"with.algparams.weak", "%1$s using %2$s (weak)"},
{"with.disabled", "%s (disabled)"},
{"with.algparams.disabled", "%1$s using %2$s (disabled)"},
{"key.bit", "%d-bit key"},
{"key.bit.weak", "%d-bit key (weak)"},
{"key.bit.disabled", "%d-bit key (disabled)"},