Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 11, 17, 18
-
Fix Version/s: 18
-
Component/s: security-libs
-
Subcomponent:
-
Resolved In Build:b08
-
Verification:Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8275700 | 17.0.2 | Alexey Bakhtin | P3 | Resolved | Fixed | b03 |
Description
X509CertImpl.getFingerprint should return null and not "" if there is an issue generating a fingerprint, and should not treat null as a valid fingerprint. Also, as a performance improvement, it should call X509CertImpl.getEncodedInternal(Certificate) which avoids cloning the encoded bytes if the Certificate is an instance of X509CertImpl.
Attachments
Issue Links
- backported by
-
JDK-8275700 X509CertImpl.getFingerprint should not return the empty String
-
- Resolved
-