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

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

Issue 18223006: Add script for generating certificates that require an explicit policy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/ssl/certificates/README
diff --git a/net/data/ssl/certificates/README b/net/data/ssl/certificates/README
index d4623066e4e0a668be95addca8043410c4f8647c..02e3f52267c409ad64845188ff619cc264320454 100644
--- a/net/data/ssl/certificates/README
+++ b/net/data/ssl/certificates/README
@@ -20,8 +20,8 @@ unit tests.
- www_us_army_mil_cert.der
- dod_ca_17_cert.der
-- dod_root_ca_2_cert.der : A certificate chain for regression tests of
- http://crbug.com/31497.
+- dod_root_ca_2_cert.der :
+ A certificate chain used for testing certificate imports
- unosoft_hu_cert : Certificate used by X509CertificateTest.UnoSoftCertParsing.
@@ -213,3 +213,9 @@ unit tests.
server for simulating HTTPS connections. They are generated by running
the script net/data/ssl/scripts/generate-test-certs.sh.
+- explicit-policy-chain.pem
+ A test certificate chain with requireExplicitPolicy field set on the
+ intermediatei, with skipCerts=0. This is used for regression testing
wtc 2013/07/01 19:46:53 Typo: intermediatei => intermediate Nit: skipCert
+ http://crbug.com/31497. It is generated by running the script
+ net/data/ssl/scripts/generate-policy-certs.sh
+

Powered by Google App Engine
This is Rietveld 408576698