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 - google.binary.p7b | 4 - google.binary.p7b |
5 - google.chain.pem | 5 - google.chain.pem |
6 - google.pem_cert.p7b | 6 - google.pem_cert.p7b |
7 - google.pem_pkcs7.p7b | 7 - google.pem_pkcs7.p7b |
8 - google.pkcs7.p7b | 8 - google.pkcs7.p7b |
9 - google.single.der | 9 - google.single.der |
10 - google.single.pem | 10 - google.single.pem |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 | 164 |
165 - eku-test-root.pem | 165 - eku-test-root.pem |
166 - non-crit-codeSigning-chain.pem | 166 - non-crit-codeSigning-chain.pem |
167 - crit-codeSigning-chain.pem | 167 - crit-codeSigning-chain.pem |
168 Two code-signing certificates (eKU: codeSigning; eKU: critical, | 168 Two code-signing certificates (eKU: codeSigning; eKU: critical, |
169 codeSigning) which we use to test that clients are making sure that web | 169 codeSigning) which we use to test that clients are making sure that web |
170 server certs are checked for correct eKU fields (when an eKU field is | 170 server certs are checked for correct eKU fields (when an eKU field is |
171 present). Since codeSigning is not valid for web server auth, the checks | 171 present). Since codeSigning is not valid for web server auth, the checks |
172 should fail. | 172 should fail. |
173 | 173 |
| 174 - aia-cert.pem |
| 175 - aia-intermediate.der |
| 176 - aia-root.pem |
| 177 A certificate chain which we use to ensure AIA fetching works correctly |
| 178 when using NSS to verify certificates (which uses our HTTP stack). |
| 179 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL |
| 180 containing the intermediate, which can be served via a URLRequestFilter. |
| 181 aia-intermediate.der is stored in DER form for convenience, since that is |
| 182 the form expected of certificates discovered via AIA. |
OLD | NEW |