Chromium Code Reviews| Index: net/data/ssl/certificates/README |
| diff --git a/net/data/ssl/certificates/README b/net/data/ssl/certificates/README |
| index 5d1faf2602e93cac097843f2fd24e1b62a7401b7..8cf09e107eeda931138aa19033f37c856f8fa9f5 100644 |
| --- a/net/data/ssl/certificates/README |
| +++ b/net/data/ssl/certificates/README |
| @@ -253,4 +253,9 @@ unit tests. |
| aia-intermediate.der is stored in DER form for convenience, since that is |
| the form expected of certificates discovered via AIA. |
| - |
| +- br-compliant-validity.pem |
| + TODO(palmer): Encapsulate this in a script, like the others. |
|
Ryan Sleevi
2014/10/29 22:22:07
generate-test-certs.sh is where these free-standin
palmer
2014/10/30 01:23:16
Done.
|
| + Used in testing CertVerifyProc::HasTooLongValidity. Generated by the |
| + command |
| + "openssl req -x509 -days 1000 -sha1 -config ../scripts/ee.cnf \ |
| + -newkey rsa:2048 -text -out br-compliant-validity.pem" |