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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 - pre_br_validity_bad_2020.pem | 159 - pre_br_validity_bad_2020.pem |
160 - pre_br_validity_ok.pem | 160 - pre_br_validity_ok.pem |
161 - start_after_expiry.pem | 161 - start_after_expiry.pem |
162 Certs to test that the maximum validity durations set by the CA/Browser | 162 Certs to test that the maximum validity durations set by the CA/Browser |
163 Forum Baseline Requirements are enforced. | 163 Forum Baseline Requirements are enforced. |
164 | 164 |
165 - reject_intranet_hosts.pem | 165 - reject_intranet_hosts.pem |
166 A certificate with a non-IANA delegated domain, which is rejected since a CA | 166 A certificate with a non-IANA delegated domain, which is rejected since a CA |
167 cannot validate the applicant controls that domain. | 167 cannot validate the applicant controls that domain. |
168 | 168 |
| 169 - pre_june_2016.pem |
| 170 - post_june_2016.pem |
| 171 Certs to test that policies related to enforcing CT on Symantec are |
| 172 properly gated on the issuance date. |
| 173 |
169 ===== From net/data/ssl/scripts/generate-weak-test-chains.sh | 174 ===== From net/data/ssl/scripts/generate-weak-test-chains.sh |
170 - 2048-rsa-root.pem | 175 - 2048-rsa-root.pem |
171 - {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-intermediate.pem | 176 - {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-intermediate.pem |
172 - {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-ee-by- | 177 - {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-ee-by- |
173 {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-intermediate.pem | 178 {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-intermediate.pem |
174 Test certificates used to ensure that weak keys are detected and rejected | 179 Test certificates used to ensure that weak keys are detected and rejected |
175 | 180 |
176 ===== From net/data/ssl/scripts/generate-cross-signed-certs.sh | 181 ===== From net/data/ssl/scripts/generate-cross-signed-certs.sh |
177 - cross-signed-leaf.pem | 182 - cross-signed-leaf.pem |
178 - cross-signed-root-md5.pem | 183 - cross-signed-root-md5.pem |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL | 283 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL |
279 containing the intermediate, which can be served via a URLRequestFilter. | 284 containing the intermediate, which can be served via a URLRequestFilter. |
280 aia-intermediate.der is stored in DER form for convenience, since that is | 285 aia-intermediate.der is stored in DER form for convenience, since that is |
281 the form expected of certificates discovered via AIA. | 286 the form expected of certificates discovered via AIA. |
282 | 287 |
283 ===== From net/data/ssl/scripts/generate-self-signed-certs.sh | 288 ===== From net/data/ssl/scripts/generate-self-signed-certs.sh |
284 - self-signed-invalid-name.pem | 289 - self-signed-invalid-name.pem |
285 - self-signed-invalid-sig.pem | 290 - self-signed-invalid-sig.pem |
286 Two "self-signed" certificates with mismatched names or an invalid | 291 Two "self-signed" certificates with mismatched names or an invalid |
287 signature, respectively. | 292 signature, respectively. |
OLD | NEW |