You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TLS-Server-Scanner/src/main/java/de/rub/nds/tlsscanner/serverscanner/probe/certificate/CertificateChain.java
+20-16Lines changed: 20 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -142,24 +142,28 @@ public CertificateChain(Certificate certificate, String uri) {
142
142
LOGGER.debug("Could not find next certificate");
143
143
// Could not find issuer for certificate - check if its in
144
144
// the trust store
145
-
if (TrustAnchorManager.getInstance().isTrustAnchor(
Copy file name to clipboardExpand all lines: TLS-Server-Scanner/src/main/java/de/rub/nds/tlsscanner/serverscanner/probe/certificate/CertificateReportGenerator.java
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,11 @@ public static CertificateReport generateReport(org.bouncycastle.asn1.x509.Certif
0 commit comments