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