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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 | 229 - ct-test-embedded-cert.pem |
230 Test certificate chain for Certificate Transparency: The leaf certificate | 230 - ct-test-embedded-with-intermediate-chain.pem |
231 in this file contains embedded SCTs, followed by the issuer certificate. | 231 - ct-test-embedded-with-intermediate-preca-chain.pem |
| 232 - ct-test-embedded-with-preca-chain.pem |
| 233 Test certificate chains for Certificate Transparency: Each of these |
| 234 files contains a leaf certificate as the first certificate, which has |
| 235 embedded SCTs, followed by the issuer certificates chain. |
| 236 All files are from the src/test/testdada directory in |
| 237 https://code.google.com/p/certificate-transparency/ |
OLD | NEW |