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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 | 173 |
174 - reject_intranet_hosts.pem | 174 - reject_intranet_hosts.pem |
175 A certificate with a non-IANA delegated domain, which is rejected since a CA | 175 A certificate with a non-IANA delegated domain, which is rejected since a CA |
176 cannot validate the applicant controls that domain. | 176 cannot validate the applicant controls that domain. |
177 | 177 |
178 - pre_june_2016.pem | 178 - pre_june_2016.pem |
179 - post_june_2016.pem | 179 - post_june_2016.pem |
180 Certs to test that policies related to enforcing CT on Symantec are | 180 Certs to test that policies related to enforcing CT on Symantec are |
181 properly gated on the issuance date. | 181 properly gated on the issuance date. |
182 | 182 |
| 183 - tls_feature_extension.pem |
| 184 A certificate that contains the TLS Feature Extension. |
| 185 |
183 ===== From net/data/ssl/scripts/generate-weak-test-chains.sh | 186 ===== From net/data/ssl/scripts/generate-weak-test-chains.sh |
184 - 2048-rsa-root.pem | 187 - 2048-rsa-root.pem |
185 - {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-intermediate.pem | 188 - {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-intermediate.pem |
186 - {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-ee-by- | 189 - {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-ee-by- |
187 {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-intermediate.pem | 190 {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-intermediate.pem |
188 Test certificates used to ensure that weak keys are detected and rejected | 191 Test certificates used to ensure that weak keys are detected and rejected |
189 | 192 |
190 ===== From net/data/ssl/scripts/generate-cross-signed-certs.sh | 193 ===== From net/data/ssl/scripts/generate-cross-signed-certs.sh |
191 - cross-signed-leaf.pem | 194 - cross-signed-leaf.pem |
192 - cross-signed-root-md5.pem | 195 - cross-signed-root-md5.pem |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
293 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL | 296 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL |
294 containing the intermediate, which can be served via a URLRequestFilter. | 297 containing the intermediate, which can be served via a URLRequestFilter. |
295 aia-intermediate.der is stored in DER form for convenience, since that is | 298 aia-intermediate.der is stored in DER form for convenience, since that is |
296 the form expected of certificates discovered via AIA. | 299 the form expected of certificates discovered via AIA. |
297 | 300 |
298 ===== From net/data/ssl/scripts/generate-self-signed-certs.sh | 301 ===== From net/data/ssl/scripts/generate-self-signed-certs.sh |
299 - self-signed-invalid-name.pem | 302 - self-signed-invalid-name.pem |
300 - self-signed-invalid-sig.pem | 303 - self-signed-invalid-sig.pem |
301 Two "self-signed" certificates with mismatched names or an invalid | 304 Two "self-signed" certificates with mismatched names or an invalid |
302 signature, respectively. | 305 signature, respectively. |
OLD | NEW |