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

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: Rebase?! In our moment of triumph?! Created 6 years, 11 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 0ef59fca041cf8a682369c1928cf2ce6ebfe2bab..2b3f3200cc3e352451d179613974e19ea3c2df17 100644
--- a/net/data/ssl/certificates/README
+++ b/net/data/ssl/certificates/README
@@ -235,3 +235,10 @@ unit tests.
embedded SCTs, followed by the issuer certificates chain.
All files are from the src/test/testdada directory in
https://code.google.com/p/certificate-transparency/
+
+- br-compliant-validity.pem
+ 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