-
Bug
-
Resolution: Fixed
-
P2
-
7
-
b05
-
b100
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2194316 | 6u21 | Weijun Wang | P2 | Resolved | Fixed | b06 |
JDK-2194455 | OpenJDK6 | Weijun Wang | P2 | Resolved | Fixed | b20 |
Fix for 6948803 breaks PKIXValidator, it checks if the head of a input chain using a Map<X500Principal,Cert>. If there are multiple trust anchors with the same dn, this map is not complete. In this case, a trust anchor might be checked as an intermediate CA. Since the check for an intermediate CA is much more restrictive, some valid chains are rejected.
- backported by
-
JDK-2194316 regression: PKIXValidator fails when multiple trust anchors have same dn
- Resolved
-
JDK-2194455 regression: PKIXValidator fails when multiple trust anchors have same dn
- Resolved
- relates to
-
JDK-2193255 CertPath validation regression caused by SHA1 replacement root and MD2 disable feature
- Resolved