| 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 |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 - ok_cert.pem | 134 - ok_cert.pem |
| 135 - root_ca_cert.pem | 135 - root_ca_cert.pem |
| 136 These certificates are the common certificates used by the Python test | 136 These certificates are the common certificates used by the Python test |
| 137 server for simulating HTTPS connections. | 137 server for simulating HTTPS connections. |
| 138 | 138 |
| 139 - name_constraint_bad.pem | 139 - name_constraint_bad.pem |
| 140 - name_constraint_good.pem | 140 - name_constraint_good.pem |
| 141 Two certificates used to test the built-in ability to restrict a root to | 141 Two certificates used to test the built-in ability to restrict a root to |
| 142 a particular namespace. | 142 a particular namespace. |
| 143 | 143 |
| 144 - bad_validity.pem |
| 145 A certificate and private key only valid on 0001-01-01. Windows refuses to |
| 146 parse this certificate. |
| 147 |
| 144 - sha256.pem: Used to test the handling of SHA-256 certs on Windows. | 148 - sha256.pem: Used to test the handling of SHA-256 certs on Windows. |
| 145 | 149 |
| 146 - spdy_pooling.pem : Used to test the handling of spdy IP connection pooling | 150 - spdy_pooling.pem : Used to test the handling of spdy IP connection pooling |
| 147 | 151 |
| 148 - subjectAltName_sanity_check.pem : Used to test the handling of various types | 152 - subjectAltName_sanity_check.pem : Used to test the handling of various types |
| 149 within the subjectAltName extension of a certificate. | 153 within the subjectAltName extension of a certificate. |
| 150 | 154 |
| 151 - punycodetest.pem : A test self-signed server certificate with punycode name. | 155 - punycodetest.pem : A test self-signed server certificate with punycode name. |
| 152 The common name is "xn--wgv71a119e.com" (日本語.com) | 156 The common name is "xn--wgv71a119e.com" (日本語.com) |
| 153 | 157 |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 ===== From net/data/ssl/scripts/generate-aia-certs.sh | 270 ===== From net/data/ssl/scripts/generate-aia-certs.sh |
| 267 - aia-cert.pem | 271 - aia-cert.pem |
| 268 - aia-intermediate.der | 272 - aia-intermediate.der |
| 269 - aia-root.pem | 273 - aia-root.pem |
| 270 A certificate chain which we use to ensure AIA fetching works correctly | 274 A certificate chain which we use to ensure AIA fetching works correctly |
| 271 when using NSS to verify certificates (which uses our HTTP stack). | 275 when using NSS to verify certificates (which uses our HTTP stack). |
| 272 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL | 276 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL |
| 273 containing the intermediate, which can be served via a URLRequestFilter. | 277 containing the intermediate, which can be served via a URLRequestFilter. |
| 274 aia-intermediate.der is stored in DER form for convenience, since that is | 278 aia-intermediate.der is stored in DER form for convenience, since that is |
| 275 the form expected of certificates discovered via AIA. | 279 the form expected of certificates discovered via AIA. |
| OLD | NEW |