Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: EJBCA 6.14.0
-
Component/s: None
-
Labels:None
-
Issue discovered during:Customer
-
Sprint:EJBCA Sprint 14
Description
If you specify "RSA" instead of selecting "All" in the Key Algorithms selection field in the Blacklist validator it will fail to match RSA keys. Selecting "All" works, so there is a workaround.
The reason is that we compare keyspec RSA2048 against the algorithm RSA, which will not match.