OLD | NEW |
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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 - root_ca_cert.pem | 212 - root_ca_cert.pem |
213 These certificates are the common certificates used by the Python test | 213 These certificates are the common certificates used by the Python test |
214 server for simulating HTTPS connections. They are generated by running | 214 server for simulating HTTPS connections. They are generated by running |
215 the script net/data/ssl/scripts/generate-test-certs.sh. | 215 the script net/data/ssl/scripts/generate-test-certs.sh. |
216 | 216 |
217 - quic_intermediate.crt | 217 - quic_intermediate.crt |
218 - quic_test_ecc.example.com.crt | 218 - quic_test_ecc.example.com.crt |
219 - quic_test.example.com.crt | 219 - quic_test.example.com.crt |
220 - quic_root.crt | 220 - quic_root.crt |
221 These certificates are used by the ProofVerifier's unit tests of QUIC. | 221 These certificates are used by the ProofVerifier's unit tests of QUIC. |
| 222 |
| 223 - explicit-policy-chain.pem |
| 224 A test certificate chain with requireExplicitPolicy field set on the |
| 225 intermediate, with SkipCerts=0. This is used for regression testing |
| 226 http://crbug.com/31497. It is generated by running the script |
| 227 net/data/ssl/scripts/generate-policy-certs.sh |
| 228 |
OLD | NEW |