| 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 converting a subject/issuer name to their stringized form. | 81 converting a subject/issuer name to their stringized form. |
| 82 | 82 |
| 83 - 2048-rsa-root.pem | 83 - 2048-rsa-root.pem |
| 84 - {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-intermediate.pem | 84 - {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-intermediate.pem |
| 85 - {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-ee-by- | 85 - {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-ee-by- |
| 86 {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-intermediate.pem | 86 {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-intermediate.pem |
| 87 These certficates are generated by | 87 These certficates are generated by |
| 88 net/data/ssl/scripts/generate-weak-test-chains.sh and used in the | 88 net/data/ssl/scripts/generate-weak-test-chains.sh and used in the |
| 89 RejectWeakKeys test in net/base/x509_certificate_unittest.cc. | 89 RejectWeakKeys test in net/base/x509_certificate_unittest.cc. |
| 90 | 90 |
| 91 - images_etrade_wallst_com.pem |
| 92 - globalsign_orgv1_ca.pem |
| 93 - globalsign_root_ca_md5.pem : A certificate chain for the regression test |
| 94 of http://crbug.com/108514 |
| OLD | NEW |