| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 certificates actually represent the same intermediate CA but have | 69 certificates actually represent the same intermediate CA but have |
| 70 different validity periods. | 70 different validity periods. |
| 71 | 71 |
| 72 - 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 |
| 73 certificate with all of the AttributeTypeAndValues stored within a single | 73 certificate with all of the AttributeTypeAndValues stored within a single |
| 74 RelativeDistinguishedName, rather than one AVA per RDN as normally seen. | 74 RelativeDistinguishedName, rather than one AVA per RDN as normally seen. |
| 75 | 75 |
| 76 - unescaped.pem : Regression test for http://crbug.com/102839. Contains | 76 - unescaped.pem : Regression test for http://crbug.com/102839. Contains |
| 77 characters such as '=' and '"' that would normally be escaped when | 77 characters such as '=' and '"' that would normally be escaped when |
| 78 converting a subject/issuer name to their stringized form. | 78 converting a subject/issuer name to their stringized form. |
| 79 |
| 80 - 2048-rsa-root.pem |
| 81 - {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-intermediate.pem |
| 82 - {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-ee-by- |
| 83 {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-intermediate.pem |
| 84 These certficates are generated by |
| 85 net/data/ssl/scripts/generate-weak-test-chains.sh and used in the |
| 86 RejectWeakKeys test in net/base/x509_certificate_unittest.cc. |
| 87 |
| OLD | NEW |