Index: net/data/verify_certificate_chain_unittest/intermediate-basic-constraints-ca-false/generate-chains.py |
diff --git a/net/data/verify_certificate_chain_unittest/intermediate-basic-constraints-ca-false/generate-chains.py b/net/data/verify_certificate_chain_unittest/intermediate-basic-constraints-ca-false/generate-chains.py |
index bd80f25c1ba50d68b0312d926499f2a51b8acb5d..5435ab1b93b91b77db8fff7b4166294dba8a38e0 100755 |
--- a/net/data/verify_certificate_chain_unittest/intermediate-basic-constraints-ca-false/generate-chains.py |
+++ b/net/data/verify_certificate_chain_unittest/intermediate-basic-constraints-ca-false/generate-chains.py |
@@ -3,16 +3,15 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-"""Certificate chain with 1 intermediate and a trusted root. The intermediate |
-has a basic constraints extension that indicates it is NOT a CA. Verification |
-is expected to fail.""" |
+"""Certificate chain where the intermediate has a basic constraints extension |
+that indicates it is NOT a CA.""" |
import sys |
sys.path += ['..'] |
import common |
-# Self-signed root certificate (used as trust anchor). |
+# Self-signed root certificate. |
root = common.create_self_signed_root_certificate('Root') |
# Intermediate with incorrect basic constraints. |