mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8277474: jarsigner does not check if algorithm parameters are disabled
Reviewed-by: mullan, weijun
This commit is contained in:
parent
1581e3faa0
commit
fb6b929e6e
4 changed files with 120 additions and 9 deletions
|
@ -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)"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue