Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 13
-
Component/s: security-libs
-
Labels:
-
Subcomponent:
-
Resolved In Build:b25
-
Verification:Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8226062 | 14 | Weijun Wang | P4 | Resolved | Fixed | team |
Description
When signing a jarfile the specified alias is converted by JavaKeyStore (storetype JKS) to lower case.
When verifying the jarfile with the same alias, it is currently not converted by JKS to lower case and jarsigner reports that the jar is not signed by the alias even after having just signed it with that same alias if not all characters are in lower case.
When verifying the jarfile with the same alias, it is currently not converted by JKS to lower case and jarsigner reports that the jar is not signed by the alias even after having just signed it with that same alias if not all characters are in lower case.
Attachments
Issue Links
- backported by
-
JDK-8226062 Jarsigner fails to verify signed by alias if alias given in wrong case
-
- Resolved
-