| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 same public key) to test that certificate validation caching does not | 105 same public key) to test that certificate validation caching does not |
| 106 interfere with the chain_verify_callback used by CertVerifyProcChromeOS. | 106 interfere with the chain_verify_callback used by CertVerifyProcChromeOS. |
| 107 See CertVerifyProcChromeOSTest. | 107 See CertVerifyProcChromeOSTest. |
| 108 | 108 |
| 109 - 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 |
| 110 recognised as EV. Expires Jun 21 2013. | 110 recognised as EV. Expires Jun 21 2013. |
| 111 | 111 |
| 112 - ocsp-test-root.pem : A root certificate for the code in | 112 - ocsp-test-root.pem : A root certificate for the code in |
| 113 net/tools/testserver/minica.py | 113 net/tools/testserver/minica.py |
| 114 | 114 |
| 115 - sha256.pem: Used to test the handling of SHA-256 certs on Windows. |
| 116 Generated by using the command: |
| 117 "openssl req -x509 -days 3650 -sha256 -newkey rsa:2048 -text \ |
| 118 -config ../scripts/ee.cnf -out sha256.pem" |
| 119 |
| 115 - spdy_pooling.pem : Used to test the handling of spdy IP connection pooling | 120 - spdy_pooling.pem : Used to test the handling of spdy IP connection pooling |
| 116 Generated by using the command | 121 Generated by using the command |
| 117 "openssl req -x509 -days 3650 -sha1 -extensions req_spdy_pooling \ | 122 "openssl req -x509 -days 3650 -sha1 -extensions req_spdy_pooling \ |
| 118 -config ../scripts/ee.cnf -newkey rsa:1024 -text \ | 123 -config ../scripts/ee.cnf -newkey rsa:1024 -text \ |
| 119 -out spdy_pooling.pem" | 124 -out spdy_pooling.pem" |
| 120 | 125 |
| 121 - subjectAltName_sanity_check.pem : Used to test the handling of various types | 126 - subjectAltName_sanity_check.pem : Used to test the handling of various types |
| 122 within the subjectAltName extension of a certificate. Generated by using | 127 within the subjectAltName extension of a certificate. Generated by using |
| 123 the command | 128 the command |
| 124 "openssl req -x509 -days 3650 -sha1 -extensions req_san_sanity \ | 129 "openssl req -x509 -days 3650 -sha1 -extensions req_san_sanity \ |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 | 244 |
| 240 - ct-test-embedded-cert.pem | 245 - ct-test-embedded-cert.pem |
| 241 - ct-test-embedded-with-intermediate-chain.pem | 246 - ct-test-embedded-with-intermediate-chain.pem |
| 242 - ct-test-embedded-with-intermediate-preca-chain.pem | 247 - ct-test-embedded-with-intermediate-preca-chain.pem |
| 243 - ct-test-embedded-with-preca-chain.pem | 248 - ct-test-embedded-with-preca-chain.pem |
| 244 Test certificate chains for Certificate Transparency: Each of these | 249 Test certificate chains for Certificate Transparency: Each of these |
| 245 files contains a leaf certificate as the first certificate, which has | 250 files contains a leaf certificate as the first certificate, which has |
| 246 embedded SCTs, followed by the issuer certificates chain. | 251 embedded SCTs, followed by the issuer certificates chain. |
| 247 All files are from the src/test/testdada directory in | 252 All files are from the src/test/testdada directory in |
| 248 https://code.google.com/p/certificate-transparency/ | 253 https://code.google.com/p/certificate-transparency/ |
| OLD | NEW |