| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 | 62 |
| 63 - tripadvisor-verisign-chain.pem: A certificate chain for www.tripadvisor.com | 63 - tripadvisor-verisign-chain.pem: A certificate chain for www.tripadvisor.com |
| 64 issued by VeriSign Class 3 Public Primary Certification Authority - G5. | 64 issued by VeriSign Class 3 Public Primary Certification Authority - G5. |
| 65 Expires Apr 2 2018. | 65 Expires Apr 2 2018. |
| 66 - verisign_class3_g5_crosssigned.pem: The SHA1 cross-signed version of | 66 - verisign_class3_g5_crosssigned.pem: The SHA1 cross-signed version of |
| 67 VeriSign Class 3 Public Primary Certification Authority - G5 | 67 VeriSign Class 3 Public Primary Certification Authority - G5 |
| 68 - verisign_class3_g5_crosssigned-trusted.keychain: OSX Keychain set to Always | 68 - verisign_class3_g5_crosssigned-trusted.keychain: OSX Keychain set to Always |
| 69 Trust the certificate in verisign_class3_g5_crosssigned.pem (Generated by | 69 Trust the certificate in verisign_class3_g5_crosssigned.pem (Generated by |
| 70 scripts/generate-verisign_class3_g5_crosssigned-trusted-keychain.sh) | 70 scripts/generate-verisign_class3_g5_crosssigned-trusted-keychain.sh) |
| 71 | 71 |
| 72 - wosign_before_oct_21.pem | |
| 73 - wosign_after_oct_21.pem | |
| 74 Two certificates issued by WoSign CA Ltd, before and after the | |
| 75 2016-10-21 00:00:00 UTC sunset for trust in this CA. | |
| 76 | |
| 77 ===== Manually generated certificates | 72 ===== Manually generated certificates |
| 78 - client.p12 : A PKCS #12 file containing a client certificate and a private | 73 - client.p12 : A PKCS #12 file containing a client certificate and a private |
| 79 key created for testing. The password is "12345". | 74 key created for testing. The password is "12345". |
| 80 | 75 |
| 81 - client-nokey.p12 : A PKCS #12 file containing a client certificate (the same | 76 - client-nokey.p12 : A PKCS #12 file containing a client certificate (the same |
| 82 as the one in client.p12) but no private key. The password is "12345". | 77 as the one in client.p12) but no private key. The password is "12345". |
| 83 | 78 |
| 84 - client-empty-password.p12 : A PKCS #12 file containing an unencrypted client | 79 - client-empty-password.p12 : A PKCS #12 file containing an unencrypted client |
| 85 certificate and a encrypted private key. The password is the empty string, | 80 certificate and a encrypted private key. The password is the empty string, |
| 86 encoded as two zero bytes. (PKCS#12 passwords are encoded as | 81 encoded as two zero bytes. (PKCS#12 passwords are encoded as |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 326 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL | 321 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL |
| 327 containing the intermediate, which can be served via a URLRequestFilter. | 322 containing the intermediate, which can be served via a URLRequestFilter. |
| 328 aia-intermediate.der is stored in DER form for convenience, since that is | 323 aia-intermediate.der is stored in DER form for convenience, since that is |
| 329 the form expected of certificates discovered via AIA. | 324 the form expected of certificates discovered via AIA. |
| 330 | 325 |
| 331 ===== From net/data/ssl/scripts/generate-self-signed-certs.sh | 326 ===== From net/data/ssl/scripts/generate-self-signed-certs.sh |
| 332 - self-signed-invalid-name.pem | 327 - self-signed-invalid-name.pem |
| 333 - self-signed-invalid-sig.pem | 328 - self-signed-invalid-sig.pem |
| 334 Two "self-signed" certificates with mismatched names or an invalid | 329 Two "self-signed" certificates with mismatched names or an invalid |
| 335 signature, respectively. | 330 signature, respectively. |
| OLD | NEW |