| 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 20 matching lines...) Expand all Loading... |
| 31 of http://crbug.com/94673 | 31 of http://crbug.com/94673 |
| 32 | 32 |
| 33 - salesforce_com_test.pem | 33 - salesforce_com_test.pem |
| 34 - verisign_intermediate_ca_2011.pem | 34 - verisign_intermediate_ca_2011.pem |
| 35 - verisign_intermediate_ca_2016.pem : Certificates for testing two | 35 - verisign_intermediate_ca_2016.pem : Certificates for testing two |
| 36 X509Certificate objects that contain the same server certificate but | 36 X509Certificate objects that contain the same server certificate but |
| 37 different intermediate CA certificates. The two intermediate CA | 37 different intermediate CA certificates. The two intermediate CA |
| 38 certificates actually represent the same intermediate CA but have | 38 certificates actually represent the same intermediate CA but have |
| 39 different validity periods. | 39 different validity periods. |
| 40 | 40 |
| 41 - cybertrust_gte_root.pem | |
| 42 - cybertrust_baltimore_root.pem | |
| 43 - cybertrust_omniroot_chain.pem | |
| 44 - cybertrust_baltimore_cross_certified_1.pem | |
| 45 - cybertrust_baltimore_cross_certified_2.pem | |
| 46 These certificates are reflect a portion of the CyberTrust (Verizon | |
| 47 Business) CA hierarchy. _gte_root.pem is a legacy 1024-bit root that is | |
| 48 still widely supported, while _baltimore_root.pem reflects the newer | |
| 49 2048-bit root. For clients that only support the GTE root, two versions | |
| 50 of the Baltimore root were cross-signed by GTE, namely | |
| 51 _cross_certified_[1,2].pem. _omniroot_chain.pem contains a certificate | |
| 52 chain that was issued under the Baltimore root. Combined, these | |
| 53 certificates can be used to test real-world cross-signing; in practice, | |
| 54 they are used to test certain workarounds for OS X's chain building code. | |
| 55 | |
| 56 - ndn.ca.crt: "New Dream Network Certificate Authority" root certificate. | 41 - ndn.ca.crt: "New Dream Network Certificate Authority" root certificate. |
| 57 This is an X.509 v1 certificate that omits the version field. Used to | 42 This is an X.509 v1 certificate that omits the version field. Used to |
| 58 test that the certificate version gets the default value v1. | 43 test that the certificate version gets the default value v1. |
| 59 | 44 |
| 60 - ct-test-embedded-cert.pem | 45 - ct-test-embedded-cert.pem |
| 61 - ct-test-embedded-with-intermediate-chain.pem | 46 - ct-test-embedded-with-intermediate-chain.pem |
| 62 - ct-test-embedded-with-intermediate-preca-chain.pem | 47 - ct-test-embedded-with-intermediate-preca-chain.pem |
| 63 - ct-test-embedded-with-preca-chain.pem | 48 - ct-test-embedded-with-preca-chain.pem |
| 64 Test certificate chains for Certificate Transparency: Each of these | 49 Test certificate chains for Certificate Transparency: Each of these |
| 65 files contains a leaf certificate as the first certificate, which has | 50 files contains a leaf certificate as the first certificate, which has |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 ===== From net/data/ssl/scripts/generate-aia-certs.sh | 264 ===== From net/data/ssl/scripts/generate-aia-certs.sh |
| 280 - aia-cert.pem | 265 - aia-cert.pem |
| 281 - aia-intermediate.der | 266 - aia-intermediate.der |
| 282 - aia-root.pem | 267 - aia-root.pem |
| 283 A certificate chain which we use to ensure AIA fetching works correctly | 268 A certificate chain which we use to ensure AIA fetching works correctly |
| 284 when using NSS to verify certificates (which uses our HTTP stack). | 269 when using NSS to verify certificates (which uses our HTTP stack). |
| 285 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL | 270 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL |
| 286 containing the intermediate, which can be served via a URLRequestFilter. | 271 containing the intermediate, which can be served via a URLRequestFilter. |
| 287 aia-intermediate.der is stored in DER form for convenience, since that is | 272 aia-intermediate.der is stored in DER form for convenience, since that is |
| 288 the form expected of certificates discovered via AIA. | 273 the form expected of certificates discovered via AIA. |
| OLD | NEW |