| 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 ===== From net/data/ssl/scripts/generate-aia-certs.sh | 272 ===== From net/data/ssl/scripts/generate-aia-certs.sh |
| 273 - aia-cert.pem | 273 - aia-cert.pem |
| 274 - aia-intermediate.der | 274 - aia-intermediate.der |
| 275 - aia-root.pem | 275 - aia-root.pem |
| 276 A certificate chain which we use to ensure AIA fetching works correctly | 276 A certificate chain which we use to ensure AIA fetching works correctly |
| 277 when using NSS to verify certificates (which uses our HTTP stack). | 277 when using NSS to verify certificates (which uses our HTTP stack). |
| 278 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL | 278 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. | 279 containing the intermediate, which can be served via a URLRequestFilter. |
| 280 aia-intermediate.der is stored in DER form for convenience, since that is | 280 aia-intermediate.der is stored in DER form for convenience, since that is |
| 281 the form expected of certificates discovered via AIA. | 281 the form expected of certificates discovered via AIA. |
| 282 |
| 283 ===== From net/data/ssl/scripts/generate-self-signed-certs.sh |
| 284 - self-signed-invalid-name.pem |
| 285 - self-signed-invalid-sig.pem |
| 286 Two "self-signed" certificates with mismatched names or an invalid |
| 287 signature, respectively. |
| OLD | NEW |