Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: net/data/verify_certificate_chain_unittest/target-eku-none/generate-chains.py

Issue 2951403002: Update comments for net/data/verify_certificate_chain_unittest/ (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/data/verify_certificate_chain_unittest/target-eku-none/generate-chains.py
diff --git a/net/data/verify_certificate_chain_unittest/target-eku-none/generate-chains.py b/net/data/verify_certificate_chain_unittest/target-eku-none/generate-chains.py
index 666b1c3618185731bfacd1aa42337598b11b072f..bed26f3b86b856c596c6c5643468091957d22d16 100755
--- a/net/data/verify_certificate_chain_unittest/target-eku-none/generate-chains.py
+++ b/net/data/verify_certificate_chain_unittest/target-eku-none/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 target has no
-Extended Key Usage extension (meaning it is unrestricted). Verification is
-expected to succeed."""
+"""Certificate chain where the leaf certificate lacks an extended key usage
+extension."""
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 certificate.

Powered by Google App Engine
This is Rietveld 408576698