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

Unified Diff: net/data/verify_certificate_chain_unittest/expired-intermediate/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/expired-intermediate/generate-chains.py
diff --git a/net/data/verify_certificate_chain_unittest/expired-intermediate/generate-chains.py b/net/data/verify_certificate_chain_unittest/expired-intermediate/generate-chains.py
index 1387f9bc31635b09661f15f9072b2ee5296065c2..fa883e9f124486864b81d3c17dbecf32f2cd7ce7 100755
--- a/net/data/verify_certificate_chain_unittest/expired-intermediate/generate-chains.py
+++ b/net/data/verify_certificate_chain_unittest/expired-intermediate/generate-chains.py
@@ -3,9 +3,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-"""Certificate chain with a root, intermediate and target. The intermediate has
-a smaller validity range than the other certificates, making it easy to violate
-just its validity.
+"""Certificate chain where the intermediate has a smaller validity range
+than the other certificates, making it easy to violate just its validity.
Root: 2015/01/01 -> 2016/01/01
Intermediate: 2015/03/01 -> 2015/09/01

Powered by Google App Engine
This is Rietveld 408576698