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

Unified Diff: net/data/verify_certificate_chain_unittest/expired-target/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-target/generate-chains.py
diff --git a/net/data/verify_certificate_chain_unittest/expired-target/generate-chains.py b/net/data/verify_certificate_chain_unittest/expired-target/generate-chains.py
index 8e548be27dd3bb69d270ddc0fb1536f37daebf37..f75e499629ba26af1c67d94192ef64e9ac733964 100755
--- a/net/data/verify_certificate_chain_unittest/expired-target/generate-chains.py
+++ b/net/data/verify_certificate_chain_unittest/expired-target/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 target has a
-smaller validity range than the other certificates, making it easy to violate
-just its validity.
+"""Certificate chain where the target certificate 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/01/01 -> 2016/01/01

Powered by Google App Engine
This is Rietveld 408576698