mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8242184: CRL generation error with RSASSA-PSS
Reviewed-by: xuelei
This commit is contained in:
parent
ccd2a16c58
commit
d8539a51ef
4 changed files with 92 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue