mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +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
|
@ -202,7 +202,7 @@ public class DisabledAlgorithmConstraints extends AbstractAlgorithmConstraints {
|
|||
}
|
||||
}
|
||||
|
||||
private void permits(AlgorithmParameters ap, ConstraintsParameters cp)
|
||||
public void permits(AlgorithmParameters ap, ConstraintsParameters cp)
|
||||
throws CertPathValidatorException {
|
||||
|
||||
switch (ap.getAlgorithm().toUpperCase(Locale.ENGLISH)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue