| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 | 92 |
| 93 - unittest.selfsigned.der : A self-signed certificate generated using private | 93 - unittest.selfsigned.der : A self-signed certificate generated using private |
| 94 key in unittest.key.bin. The common name is "unittest". | 94 key in unittest.key.bin. The common name is "unittest". |
| 95 | 95 |
| 96 - unittest.key.bin : private key stored unencrypted. | 96 - unittest.key.bin : private key stored unencrypted. |
| 97 | 97 |
| 98 - unittest.originbound.der: A test origin-bound certificate for | 98 - unittest.originbound.der: A test origin-bound certificate for |
| 99 https://www.google.com:443. | 99 https://www.google.com:443. |
| 100 - unittest.originbound.key.der: matching PrivateKeyInfo. | 100 - unittest.originbound.key.der: matching PrivateKeyInfo. |
| 101 | 101 |
| 102 - test_mail_google_com.pem : A certificate signed by the test CA for | |
| 103 "mail.google.com". Because it is signed by that CA instead of the true CA | |
| 104 for that host, it will fail the | |
| 105 TransportSecurityState::IsChainOfPublicKeysPermitted test. Format | |
| 106 intentionally does not include diagnostic output. | |
| 107 | |
| 108 - multivalue_rdn.pem : A regression test for http://crbug.com/101009. A | 102 - multivalue_rdn.pem : A regression test for http://crbug.com/101009. A |
| 109 certificate with all of the AttributeTypeAndValues stored within a single | 103 certificate with all of the AttributeTypeAndValues stored within a single |
| 110 RelativeDistinguishedName, rather than one AVA per RDN as normally seen. | 104 RelativeDistinguishedName, rather than one AVA per RDN as normally seen. |
| 111 | 105 |
| 112 - unescaped.pem : Regression test for http://crbug.com/102839. Contains | 106 - unescaped.pem : Regression test for http://crbug.com/102839. Contains |
| 113 characters such as '=' and '"' that would normally be escaped when | 107 characters such as '=' and '"' that would normally be escaped when |
| 114 converting a subject/issuer name to their stringized form. | 108 converting a subject/issuer name to their stringized form. |
| 115 | 109 |
| 116 - ocsp-test-root.pem : A root certificate for the code in | 110 - ocsp-test-root.pem : A root certificate for the code in |
| 117 net/tools/testserver/minica.py | 111 net/tools/testserver/minica.py |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL | 326 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL |
| 333 containing the intermediate, which can be served via a URLRequestFilter. | 327 containing the intermediate, which can be served via a URLRequestFilter. |
| 334 aia-intermediate.der is stored in DER form for convenience, since that is | 328 aia-intermediate.der is stored in DER form for convenience, since that is |
| 335 the form expected of certificates discovered via AIA. | 329 the form expected of certificates discovered via AIA. |
| 336 | 330 |
| 337 ===== From net/data/ssl/scripts/generate-self-signed-certs.sh | 331 ===== From net/data/ssl/scripts/generate-self-signed-certs.sh |
| 338 - self-signed-invalid-name.pem | 332 - self-signed-invalid-name.pem |
| 339 - self-signed-invalid-sig.pem | 333 - self-signed-invalid-sig.pem |
| 340 Two "self-signed" certificates with mismatched names or an invalid | 334 Two "self-signed" certificates with mismatched names or an invalid |
| 341 signature, respectively. | 335 signature, respectively. |
| OLD | NEW |