| 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 ===== Real-world certificates that need manual updating | 4 ===== Real-world certificates that need manual updating |
| 5 - google.binary.p7b | 5 - google.binary.p7b |
| 6 - google.chain.pem | 6 - google.chain.pem |
| 7 - google.pem_cert.p7b | 7 - google.pem_cert.p7b |
| 8 - google.pem_pkcs7.p7b | 8 - google.pem_pkcs7.p7b |
| 9 - google.pkcs7.p7b | 9 - google.pkcs7.p7b |
| 10 - google.single.der | 10 - google.single.der |
| 11 - google.single.pem | 11 - google.single.pem |
| 12 - thawte.single.pem : Certificates for testing parsing of different formats. | 12 - thawte.single.pem : Certificates for testing parsing of different formats. |
| 13 - trustcenter.websecurity.symantec.com.pem : |
| 14 Certificate for testing EV with multiple OIDs. Regression test for crbug.co
m/705285 |
| 13 | 15 |
| 14 - googlenew.chain.pem : The refreshed Google certificate | 16 - googlenew.chain.pem : The refreshed Google certificate |
| 15 (valid until Sept 30 2013). | 17 (valid until Sept 30 2013). |
| 16 | 18 |
| 17 - mit.davidben.der : An expired MIT client certificate. | 19 - mit.davidben.der : An expired MIT client certificate. |
| 18 | 20 |
| 19 - foaf.me.chromium-test-cert.der : A client certificate for a FOAF.ME identity | 21 - foaf.me.chromium-test-cert.der : A client certificate for a FOAF.ME identity |
| 20 created for testing. | 22 created for testing. |
| 21 | 23 |
| 22 - www_us_army_mil_cert.der | 24 - www_us_army_mil_cert.der |
| (...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL | 332 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL |
| 331 containing the intermediate, which can be served via a URLRequestFilter. | 333 containing the intermediate, which can be served via a URLRequestFilter. |
| 332 aia-intermediate.der is stored in DER form for convenience, since that is | 334 aia-intermediate.der is stored in DER form for convenience, since that is |
| 333 the form expected of certificates discovered via AIA. | 335 the form expected of certificates discovered via AIA. |
| 334 | 336 |
| 335 ===== From net/data/ssl/scripts/generate-self-signed-certs.sh | 337 ===== From net/data/ssl/scripts/generate-self-signed-certs.sh |
| 336 - self-signed-invalid-name.pem | 338 - self-signed-invalid-name.pem |
| 337 - self-signed-invalid-sig.pem | 339 - self-signed-invalid-sig.pem |
| 338 Two "self-signed" certificates with mismatched names or an invalid | 340 Two "self-signed" certificates with mismatched names or an invalid |
| 339 signature, respectively. | 341 signature, respectively. |
| OLD | NEW |