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

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: Really fix Android Created 7 years, 5 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
« no previous file with comments | « net/cert/x509_certificate_unittest.cc ('k') | net/data/ssl/certificates/explicit-policy-chain.pem » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/data/ssl/certificates/README
diff --git a/net/data/ssl/certificates/README b/net/data/ssl/certificates/README
index 3fea6a97bd34675c5ca8fd3007a3cf7053d42aae..01f6dfd69c81f74c532a23aec326c82dc2d865a7 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.
@@ -219,3 +219,10 @@ unit tests.
- quic_test.example.com.crt
- quic_root.crt
These certificates are used by the ProofVerifier's unit tests of QUIC.
+
+- explicit-policy-chain.pem
+ A test certificate chain with requireExplicitPolicy field set on the
+ intermediate, with SkipCerts=0. This is used for regression testing
+ http://crbug.com/31497. It is generated by running the script
+ net/data/ssl/scripts/generate-policy-certs.sh
+
« no previous file with comments | « net/cert/x509_certificate_unittest.cc ('k') | net/data/ssl/certificates/explicit-policy-chain.pem » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698