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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 - unittest.key.bin : private key stored unencrypted. | 44 - unittest.key.bin : private key stored unencrypted. |
45 | 45 |
46 - x509_verify_results.chain.pem : A simple certificate chain used to test that | 46 - x509_verify_results.chain.pem : A simple certificate chain used to test that |
47 the correctly ordered, filtered certificate chain is returned during | 47 the correctly ordered, filtered certificate chain is returned during |
48 verification, regardless of the order in which the intermediate/root CA | 48 verification, regardless of the order in which the intermediate/root CA |
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 |
| 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 |
| 57 for that host, it will fail the |
| 58 TransportSecurityState::IsChainOfPublicKeysPermitted test. |
OLD | NEW |