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

Side by Side 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, 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This directory contains various certificates for use with SSL-related 1 This directory contains various certificates for use with SSL-related
2 unit tests. 2 unit tests.
3 3
4 - google.binary.p7b 4 - google.binary.p7b
5 - google.chain.pem 5 - google.chain.pem
6 - google.pem_cert.p7b 6 - google.pem_cert.p7b
7 - google.pem_pkcs7.p7b 7 - google.pem_pkcs7.p7b
8 - google.pkcs7.p7b 8 - google.pkcs7.p7b
9 - google.single.der 9 - google.single.der
10 - google.single.pem 10 - google.single.pem
11 - thawte.single.pem : Certificates for testing parsing of different formats. 11 - thawte.single.pem : Certificates for testing parsing of different formats.
12 12
13 - googlenew.chain.pem : The refreshed Google certificate 13 - googlenew.chain.pem : The refreshed Google certificate
14 (valid until Sept 30 2013). 14 (valid until Sept 30 2013).
15 15
16 - mit.davidben.der : An expired MIT client certificate. 16 - mit.davidben.der : An expired MIT client certificate.
17 17
18 - foaf.me.chromium-test-cert.der : A client certificate for a FOAF.ME identity 18 - foaf.me.chromium-test-cert.der : A client certificate for a FOAF.ME identity
19 created for testing. 19 created for testing.
20 20
21 - www_us_army_mil_cert.der 21 - www_us_army_mil_cert.der
22 - dod_ca_17_cert.der 22 - dod_ca_17_cert.der
23 - dod_root_ca_2_cert.der : A certificate chain for regression tests of 23 - dod_root_ca_2_cert.der :
24 http://crbug.com/31497. 24 A certificate chain used for testing certificate imports
25 25
26 - unosoft_hu_cert : Certificate used by X509CertificateTest.UnoSoftCertParsing. 26 - unosoft_hu_cert : Certificate used by X509CertificateTest.UnoSoftCertParsing.
27 27
28 - client.p12 : A PKCS #12 file containing a client certificate and a private 28 - client.p12 : A PKCS #12 file containing a client certificate and a private
29 key created for testing. The password is "12345". 29 key created for testing. The password is "12345".
30 30
31 - client-nokey.p12 : A PKCS #12 file containing a client certificate (the same 31 - client-nokey.p12 : A PKCS #12 file containing a client certificate (the same
32 as the one in client.p12) but no private key. The password is "12345". 32 as the one in client.p12) but no private key. The password is "12345".
33 33
34 - punycodetest.der : A test self-signed server certificate with punycode name. 34 - punycodetest.der : A test self-signed server certificate with punycode name.
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 NSS certificate nickname for a user certificate. This certificate's Subject 206 NSS certificate nickname for a user certificate. This certificate's Subject
207 field doesn't have a common name. 207 field doesn't have a common name.
208 208
209 - expired_cert.pem 209 - expired_cert.pem
210 - ok_cert.pem 210 - ok_cert.pem
211 - root_ca_cert.pem 211 - root_ca_cert.pem
212 These certificates are the common certificates used by the Python test 212 These certificates are the common certificates used by the Python test
213 server for simulating HTTPS connections. They are generated by running 213 server for simulating HTTPS connections. They are generated by running
214 the script net/data/ssl/scripts/generate-test-certs.sh. 214 the script net/data/ssl/scripts/generate-test-certs.sh.
215 215
216 - explicit-policy-chain.pem
217 A test certificate chain with requireExplicitPolicy field set on the
218 intermediatei, with skipCerts=0. This is used for regression testing
wtc 2013/07/01 19:46:53 Typo: intermediatei => intermediate Nit: skipCert
219 http://crbug.com/31497. It is generated by running the script
220 net/data/ssl/scripts/generate-policy-certs.sh
221
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698