Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 8, 11, 15
-
Fix Version/s: 15
-
Component/s: security-libs
-
Labels:
-
Subcomponent:
-
Resolved In Build:b20
-
Verification:Verified
Description
When getDefaultAlgorithmParameterSpec("RSASSA-PSS", key) is called on a RSASSA-PSS key, the returned PSSParameterSpec is determined by the keysize of the key (just like when key is a normal RSA key). Instead, it should be the PSSParameterSpec associated with the key itself.