Chromium Code Reviews| Index: net/data/ssl/certificates/README |
| =================================================================== |
| --- net/data/ssl/certificates/README (revision 107789) |
| +++ net/data/ssl/certificates/README (working copy) |
| @@ -56,3 +56,11 @@ |
| "mail.google.com". Because it is signed by that CA instead of the true CA |
| for that host, it will fail the |
| TransportSecurityState::IsChainOfPublicKeysPermitted test. |
| + |
| +- 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
|
| +- verisign_intermediate_ca_2011.der |
| +- verisign_intermediate_ca_2016.der : Certificates for testing two |
| + X509Certificate objects that contain the same server certificate but |
| + different intermediate CA certificates. The two intermediate CA |
| + certificates actually represent the same intermediate CA but have |
| + different validity periods. |