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 23 matching lines...) Expand all Loading... | |
| 34 | 34 |
| 35 - client-nokey.p12 : A PKCS #12 file containing a client certificate (the same | 35 - client-nokey.p12 : A PKCS #12 file containing a client certificate (the same |
| 36 as the one in client.p12) but no private key. The password is "12345". | 36 as the one in client.p12) but no private key. The password is "12345". |
| 37 | 37 |
| 38 - punycodetest.der : A test self-signed server certificate with punycode name. | 38 - punycodetest.der : A test self-signed server certificate with punycode name. |
| 39 The common name is "xn--wgv71a119e.com" (日本語.com) | 39 The common name is "xn--wgv71a119e.com" (日本語.com) |
| 40 | 40 |
| 41 - unittest.selfsigned.der : A self-signed certificate generated using private | 41 - unittest.selfsigned.der : A self-signed certificate generated using private |
| 42 key in unittest.key.bin. The common name is "unittest". | 42 key in unittest.key.bin. The common name is "unittest". |
| 43 | 43 |
| 44 - unittest.key.bin : private key stored unencrypted. | 44 - unittest.key.bin : private key stored unencrypted. |
|
wtc
2011/12/14 01:37:43
We should rename this file unittest.selfsigned.key
| |
| 45 | 45 |
| 46 - unittest.originbound.der: A test origin-bound certificate for | |
| 47 https://www.google.com:443. | |
| 48 - unittest.originbound.key.der: matching PrivateKeyInfo. | |
| 49 | |
| 46 - x509_verify_results.chain.pem : A simple certificate chain used to test that | 50 - x509_verify_results.chain.pem : A simple certificate chain used to test that |
| 47 the correctly ordered, filtered certificate chain is returned during | 51 the correctly ordered, filtered certificate chain is returned during |
| 48 verification, regardless of the order in which the intermediate/root CA | 52 verification, regardless of the order in which the intermediate/root CA |
| 49 certificates are provided. | 53 certificates are provided. |
| 50 | 54 |
| 51 - google_diginotar.pem | 55 - google_diginotar.pem |
| 52 - diginotar_public_ca_2025.pem : A certificate chain for the regression test | 56 - diginotar_public_ca_2025.pem : A certificate chain for the regression test |
| 53 of http://crbug.com/94673 | 57 of http://crbug.com/94673 |
| 54 | 58 |
| 55 - test_mail_google_com.pem : A certificate signed by the test CA for | 59 - 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 | 60 "mail.google.com". Because it is signed by that CA instead of the true CA |
| 57 for that host, it will fail the | 61 for that host, it will fail the |
| 58 TransportSecurityState::IsChainOfPublicKeysPermitted test. | 62 TransportSecurityState::IsChainOfPublicKeysPermitted test. |
| 59 | 63 |
| 60 - salesforce_com_test.pem | 64 - salesforce_com_test.pem |
| 61 - verisign_intermediate_ca_2011.pem | 65 - verisign_intermediate_ca_2011.pem |
| 62 - verisign_intermediate_ca_2016.pem : Certificates for testing two | 66 - verisign_intermediate_ca_2016.pem : Certificates for testing two |
| 63 X509Certificate objects that contain the same server certificate but | 67 X509Certificate objects that contain the same server certificate but |
| 64 different intermediate CA certificates. The two intermediate CA | 68 different intermediate CA certificates. The two intermediate CA |
| 65 certificates actually represent the same intermediate CA but have | 69 certificates actually represent the same intermediate CA but have |
| 66 different validity periods. | 70 different validity periods. |
| 67 | 71 |
| 68 - multivalue_rdn.pem : A regression test for http://crbug.com/101009. A | 72 - multivalue_rdn.pem : A regression test for http://crbug.com/101009. A |
| 69 certificate with all of the AttributeTypeAndValues stored within a single | 73 certificate with all of the AttributeTypeAndValues stored within a single |
| 70 RelativeDistinguishedName, rather than one AVA per RDN as normally seen. | 74 RelativeDistinguishedName, rather than one AVA per RDN as normally seen. |
| 71 | 75 |
| 72 - unescaped.pem : Regression test for http://crbug.com/102839. Contains | 76 - unescaped.pem : Regression test for http://crbug.com/102839. Contains |
| 73 characters such as '=' and '"' that would normally be escaped when | 77 characters such as '=' and '"' that would normally be escaped when |
| 74 converting a subject/issuer name to their stringized form. | 78 converting a subject/issuer name to their stringized form. |
| OLD | NEW |