-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: security-libs
-
b17
The jarsigner tool calls CertPath validation on the signing cert. Since JDK-7109274 disallows keys with small key size or other weak algorithms, jarsigner should also be able to emit warning (or error when -strict is on) on it. We should add a test to check the behavior.