Chromium Code Reviews| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 49 certificates are provided. | 49 certificates are provided. |
| 50 | 50 |
| 51 - google_diginotar.pem | 51 - google_diginotar.pem |
| 52 - diginotar_public_ca_2025.pem : A certificate chain for the regression test | 52 - diginotar_public_ca_2025.pem : A certificate chain for the regression test |
| 53 of http://crbug.com/94673 | 53 of http://crbug.com/94673 |
| 54 | 54 |
| 55 - test_mail_google_com.pem : A certificate signed by the test CA for | 55 - test_mail_google_com.pem : A certificate signed by the test CA for |
| 56 "mail.google.com". Because it is signed by that CA instead of the true CA | 56 "mail.google.com". Because it is signed by that CA instead of the true CA |
| 57 for that host, it will fail the | 57 for that host, it will fail the |
| 58 TransportSecurityState::IsChainOfPublicKeysPermitted test. | 58 TransportSecurityState::IsChainOfPublicKeysPermitted test. |
| 59 | |
| 60 - salesforce_com_test.der | |
|
Ryan Sleevi
2011/10/28 22:47:01
Can you run these through OpenSSL to PEM encode th
wtc
2011/10/28 23:21:37
This quadruples the file size (from 1KB to 4KB),
Ryan Sleevi
2011/10/28 23:32:43
For source-only downloads, I didn't think this was
| |
| 61 - verisign_intermediate_ca_2011.der | |
| 62 - verisign_intermediate_ca_2016.der : Certificates for testing two | |
| 63 X509Certificate objects that contain the same server certificate but | |
| 64 different intermediate CA certificates. The two intermediate CA | |
| 65 certificates actually represent the same intermediate CA but have | |
| 66 different validity periods. | |
| OLD | NEW |