| 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 |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 222 |
| 223 - explicit-policy-chain.pem | 223 - explicit-policy-chain.pem |
| 224 A test certificate chain with requireExplicitPolicy field set on the | 224 A test certificate chain with requireExplicitPolicy field set on the |
| 225 intermediate, with SkipCerts=0. This is used for regression testing | 225 intermediate, with SkipCerts=0. This is used for regression testing |
| 226 http://crbug.com/31497. It is generated by running the script | 226 http://crbug.com/31497. It is generated by running the script |
| 227 net/data/ssl/scripts/generate-policy-certs.sh | 227 net/data/ssl/scripts/generate-policy-certs.sh |
| 228 | 228 |
| 229 - ct-test-embedded-cert.pem |
| 230 Contains a test certificate for use with Certificate Transparency. |
| 231 This certificate contains an embedded SCT list for use as a leaf cert, |
| 232 which requires computing a precert. |
| 233 All CT-related certificates come from the testdata directory in |
| 234 http://code.google.com/p/certificate-transparency |
| OLD | NEW |