Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 This directory contains various certificates for use with SSL-related | |
| 2 unit tests. | |
| 3 | |
| 4 - google.binary.p7b | |
| 5 - google.chain.pem | |
| 6 - google.pem_cert.p7b | |
| 7 - google.pem_pkcs7.p7b | |
| 8 - google.pkcs7.p7b | |
| 9 - google.single.der | |
| 10 - google.single.pem | |
| 11 - thawte.single.pem :: Certificates for testing parsing of different formats. | |
|
wtc
2010/08/02 23:58:59
Why do you use the :: notation?
davidben
2010/08/03 00:07:48
It's the convention for emacs org-mode. We don't s
| |
| 12 | |
| 13 - mit.davidben.der :: An expired MIT client certificate. | |
| 14 | |
| 15 - foaf.me.chromium-test-cert.der :: A client certificate for a FOAF.ME identity | |
| 16 created for testing. | |
| 17 | |
| 18 - www_us_army_mil_cert.der | |
| 19 - dod_ca_17_cert.der | |
| 20 - dod_root_ca_2_cert.der :: A certificate chain for regression tests of | |
| 21 http://crbug.com/31497. | |
| 22 | |
| 23 - expired_cert.pem :: An expired certificate, used by test_server.cc. | |
| 24 | |
| 25 - ok_cert.pem :: A valid certificate, used by test_server.cc | |
| 26 | |
| 27 - root_ca_cert.crt :: The testing root CA used to sign the test_server.cc's | |
| 28 certificates. | |
| 29 | |
| 30 - unosoft_hu_cert :: Certificate used by X509CertificateTest.UnoSoftCertParsing. | |
| OLD | NEW |