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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 - redundant-validated-chain-root.pem | 92 - redundant-validated-chain-root.pem |
93 | 93 |
94 Two chains, A -> B -> C -> D and A -> B -> C2 (C and C2 share the same | 94 Two chains, A -> B -> C -> D and A -> B -> C2 (C and C2 share the same |
95 public key) to test that SSLInfo gets the reconstructed, re-ordered | 95 public key) to test that SSLInfo gets the reconstructed, re-ordered |
96 chain instead of the chain as served. See | 96 chain instead of the chain as served. See |
97 SSLClientSocketTest.VerifyReturnChainProperlyOrdered in | 97 SSLClientSocketTest.VerifyReturnChainProperlyOrdered in |
98 net/socket/ssl_client_socket_unittest.cc. These chains are valid until | 98 net/socket/ssl_client_socket_unittest.cc. These chains are valid until |
99 26 Feb 2022 and are generated by | 99 26 Feb 2022 and are generated by |
100 net/data/ssl/scripts/generate-redundant-test-chains.sh. | 100 net/data/ssl/scripts/generate-redundant-test-chains.sh. |
101 | 101 |
| 102 - multi-root-chain1.pem |
| 103 - multi-root-chain2.pem |
| 104 Two chains, A -> B -> C -> D and A -> B -> C2 -> E (C and C2 share the |
| 105 same public key) to test that certificate validation caching does not |
| 106 interfere with the chain_verify_callback used by CertVerifyProcChromeOS. |
| 107 See CertVerifyProcChromeOSTest. |
| 108 |
102 - comodo.chain.pem : A certificate chain for www.comodo.com which should be | 109 - comodo.chain.pem : A certificate chain for www.comodo.com which should be |
103 recognised as EV. Expires Jun 21 2013. | 110 recognised as EV. Expires Jun 21 2013. |
104 | 111 |
105 - ocsp-test-root.pem : A root certificate for the code in | 112 - ocsp-test-root.pem : A root certificate for the code in |
106 net/tools/testserver/minica.py | 113 net/tools/testserver/minica.py |
107 | 114 |
108 - spdy_pooling.pem : Used to test the handling of spdy IP connection pooling | 115 - spdy_pooling.pem : Used to test the handling of spdy IP connection pooling |
109 Generated by using the command | 116 Generated by using the command |
110 "openssl req -x509 -days 3650 -sha1 -extensions req_spdy_pooling \ | 117 "openssl req -x509 -days 3650 -sha1 -extensions req_spdy_pooling \ |
111 -config ../scripts/ee.cnf -newkey rsa:1024 -text \ | 118 -config ../scripts/ee.cnf -newkey rsa:1024 -text \ |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
228 | 235 |
229 - ct-test-embedded-cert.pem | 236 - ct-test-embedded-cert.pem |
230 - ct-test-embedded-with-intermediate-chain.pem | 237 - ct-test-embedded-with-intermediate-chain.pem |
231 - ct-test-embedded-with-intermediate-preca-chain.pem | 238 - ct-test-embedded-with-intermediate-preca-chain.pem |
232 - ct-test-embedded-with-preca-chain.pem | 239 - ct-test-embedded-with-preca-chain.pem |
233 Test certificate chains for Certificate Transparency: Each of these | 240 Test certificate chains for Certificate Transparency: Each of these |
234 files contains a leaf certificate as the first certificate, which has | 241 files contains a leaf certificate as the first certificate, which has |
235 embedded SCTs, followed by the issuer certificates chain. | 242 embedded SCTs, followed by the issuer certificates chain. |
236 All files are from the src/test/testdada directory in | 243 All files are from the src/test/testdada directory in |
237 https://code.google.com/p/certificate-transparency/ | 244 https://code.google.com/p/certificate-transparency/ |
OLD | NEW |