Skip to content

Commit 8148def

Browse files
committed
formatted
1 parent 89f9ea4 commit 8148def

File tree

1 file changed

+2
-2
lines changed
  • TLS-Server-Scanner/src/main/java/de/rub/nds/tlsscanner/serverscanner/probe/certificate

1 file changed

+2
-2
lines changed

TLS-Server-Scanner/src/main/java/de/rub/nds/tlsscanner/serverscanner/probe/certificate/CertificateChain.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,8 @@ private CertPathValidationResult evaluateGeneralTrust(List<CertificateReport> or
357357
CertPath path = new CertPath(certPath);
358358
X509ContentVerifierProviderBuilder verifier = new JcaX509ContentVerifierProviderBuilder()
359359
.setProvider(BouncyCastleProvider.PROVIDER_NAME);
360-
CertPathValidationResult result = path.validate(new CertPathValidation[]{
361-
new ParentCertIssuedValidation(verifier), new BasicConstraintsValidation(), new KeyUsageValidation()});
360+
CertPathValidationResult result = path.validate(new CertPathValidation[] {
361+
new ParentCertIssuedValidation(verifier), new BasicConstraintsValidation(), new KeyUsageValidation() });
362362

363363
return result;
364364
}

0 commit comments

Comments
 (0)