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

Unified Diff: net/data/ssl/certificates/README

Issue 20628006: Reject certificates that are valid for too long. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: "Manual rebase" due to age. Created 6 years, 2 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/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"

Powered by Google App Engine
This is Rietveld 408576698