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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 - quic_root.crt | 129 - quic_root.crt |
130 These certificates are used by the ProofVerifier's unit tests of QUIC. | 130 These certificates are used by the ProofVerifier's unit tests of QUIC. |
131 | 131 |
132 ===== From net/data/ssl/scripts/generate-test-certs.sh | 132 ===== From net/data/ssl/scripts/generate-test-certs.sh |
133 - expired_cert.pem | 133 - expired_cert.pem |
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 - wildcard_.pem |
| 140 A certificate and private key valid for *.example.org, used in various |
| 141 net unit tests. |
| 142 |
139 - name_constraint_bad.pem | 143 - name_constraint_bad.pem |
140 - name_constraint_good.pem | 144 - name_constraint_good.pem |
141 Two certificates used to test the built-in ability to restrict a root to | 145 Two certificates used to test the built-in ability to restrict a root to |
142 a particular namespace. | 146 a particular namespace. |
143 | 147 |
144 - bad_validity.pem | 148 - bad_validity.pem |
145 A certificate and private key only valid on 0001-01-01. Windows refuses to | 149 A certificate and private key only valid on 0001-01-01. Windows refuses to |
146 parse this certificate. | 150 parse this certificate. |
147 | 151 |
148 - sha256.pem: Used to test the handling of SHA-256 certs on Windows. | 152 - sha256.pem: Used to test the handling of SHA-256 certs on Windows. |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 ===== From net/data/ssl/scripts/generate-aia-certs.sh | 281 ===== From net/data/ssl/scripts/generate-aia-certs.sh |
278 - aia-cert.pem | 282 - aia-cert.pem |
279 - aia-intermediate.der | 283 - aia-intermediate.der |
280 - aia-root.pem | 284 - aia-root.pem |
281 A certificate chain which we use to ensure AIA fetching works correctly | 285 A certificate chain which we use to ensure AIA fetching works correctly |
282 when using NSS to verify certificates (which uses our HTTP stack). | 286 when using NSS to verify certificates (which uses our HTTP stack). |
283 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL | 287 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL |
284 containing the intermediate, which can be served via a URLRequestFilter. | 288 containing the intermediate, which can be served via a URLRequestFilter. |
285 aia-intermediate.der is stored in DER form for convenience, since that is | 289 aia-intermediate.der is stored in DER form for convenience, since that is |
286 the form expected of certificates discovered via AIA. | 290 the form expected of certificates discovered via AIA. |
OLD | NEW |