| Index: net/data/verify_certificate_chain_unittest/expired-root/generate-chains.py
|
| diff --git a/net/data/verify_certificate_chain_unittest/expired-root/generate-chains.py b/net/data/verify_certificate_chain_unittest/expired-root/generate-chains.py
|
| index 93d5bb72522e7d46dc7a0d48bd93b24afe02747a..369dbe176f27bba3ebb2402adcd59632d0f1b69f 100755
|
| --- a/net/data/verify_certificate_chain_unittest/expired-root/generate-chains.py
|
| +++ b/net/data/verify_certificate_chain_unittest/expired-root/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 root has a
|
| -smaller validity range than the other certificates, making it easy to violate
|
| -just its validity.
|
| +"""Certificate chain where the root has a smaller validity range than the other
|
| +certificates, making it easy to violate just its validity.
|
|
|
| Root: 2015/03/01 -> 2015/09/01
|
| Intermediate: 2015/01/01 -> 2016/01/01
|
|
|