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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 - android-test-key-dsa-public.pem | 142 - android-test-key-dsa-public.pem |
143 - android-test-key-ecdsa.pem | 143 - android-test-key-ecdsa.pem |
144 - android-test-key-ecdsa-public.pem | 144 - android-test-key-ecdsa-public.pem |
145 This is a set of test RSA/DSA/ECDSA keys used by the Android-specific | 145 This is a set of test RSA/DSA/ECDSA keys used by the Android-specific |
146 unit test in net/android/keystore_unittest.c. They are used to verify | 146 unit test in net/android/keystore_unittest.c. They are used to verify |
147 that the OpenSSL-specific wrapper for platform PrivateKey objects | 147 that the OpenSSL-specific wrapper for platform PrivateKey objects |
148 works properly. See the generate-android-test-keys.sh script. | 148 works properly. See the generate-android-test-keys.sh script. |
149 | 149 |
150 - client_1.pem | 150 - client_1.pem |
151 - client_1.key | 151 - client_1.key |
| 152 - client_1.pk8 |
152 - client_1_ca.pem | 153 - client_1_ca.pem |
153 - client_2.pem | 154 - client_2.pem |
154 - client_2.key | 155 - client_2.key |
| 156 - client_2.pk8 |
155 - client_2_ca.pem | 157 - client_2_ca.pem |
156 This is a set of files used to unit test SSL client certificate | 158 This is a set of files used to unit test SSL client certificate |
157 authentication. These are generated by | 159 authentication. These are generated by |
158 net/data/ssl/scripts/generate-client-certificates.sh | 160 net/data/ssl/scripts/generate-client-certificates.sh |
159 - client_1_ca.pem and client_2_ca.pem are the certificates of | 161 - client_1_ca.pem and client_2_ca.pem are the certificates of |
160 two distinct signing CAs. | 162 two distinct signing CAs. |
161 - client_1.pem and client_1.key correspond to the certificate and | 163 - client_1.pem and client_1.key correspond to the certificate and |
162 private key for a first certificate signed by client_1_ca.pem. | 164 private key for a first certificate signed by client_1_ca.pem. |
163 - client_2.pem and client_2.key correspond to the certificate and | 165 - client_2.pem and client_2.key correspond to the certificate and |
164 private key for a second certificate signed by client_2_ca.pem. | 166 private key for a second certificate signed by client_2_ca.pem. |
| 167 - each .pk8 file contains the same key as the corresponding .key file |
| 168 as PKCS#8 PrivateKeyInfo in DER encoding. |
165 | 169 |
166 - eku-test-root.pem | 170 - eku-test-root.pem |
167 - non-crit-codeSigning-chain.pem | 171 - non-crit-codeSigning-chain.pem |
168 - crit-codeSigning-chain.pem | 172 - crit-codeSigning-chain.pem |
169 Two code-signing certificates (eKU: codeSigning; eKU: critical, | 173 Two code-signing certificates (eKU: codeSigning; eKU: critical, |
170 codeSigning) which we use to test that clients are making sure that web | 174 codeSigning) which we use to test that clients are making sure that web |
171 server certs are checked for correct eKU fields (when an eKU field is | 175 server certs are checked for correct eKU fields (when an eKU field is |
172 present). Since codeSigning is not valid for web server auth, the checks | 176 present). Since codeSigning is not valid for web server auth, the checks |
173 should fail. | 177 should fail. |
174 | 178 |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
235 | 239 |
236 - ct-test-embedded-cert.pem | 240 - ct-test-embedded-cert.pem |
237 - ct-test-embedded-with-intermediate-chain.pem | 241 - ct-test-embedded-with-intermediate-chain.pem |
238 - ct-test-embedded-with-intermediate-preca-chain.pem | 242 - ct-test-embedded-with-intermediate-preca-chain.pem |
239 - ct-test-embedded-with-preca-chain.pem | 243 - ct-test-embedded-with-preca-chain.pem |
240 Test certificate chains for Certificate Transparency: Each of these | 244 Test certificate chains for Certificate Transparency: Each of these |
241 files contains a leaf certificate as the first certificate, which has | 245 files contains a leaf certificate as the first certificate, which has |
242 embedded SCTs, followed by the issuer certificates chain. | 246 embedded SCTs, followed by the issuer certificates chain. |
243 All files are from the src/test/testdada directory in | 247 All files are from the src/test/testdada directory in |
244 https://code.google.com/p/certificate-transparency/ | 248 https://code.google.com/p/certificate-transparency/ |
OLD | NEW |