8242184: CRL generation error with RSASSA-PSS

Reviewed-by: xuelei
This commit is contained in:
Weijun Wang 2020-04-08 10:13:12 +08:00
parent ccd2a16c58
commit d8539a51ef
4 changed files with 92 additions and 6 deletions

View file

@ -1041,6 +1041,8 @@ public class AlgorithmId implements Serializable, DerEncoder {
case "RSA":
return ifcFfcStrength(KeyUtil.getKeySize(k))
+ "withRSA";
case "RSASSA-PSS":
return "RSASSA-PSS";
default:
return null;
}