Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(897)

Unified Diff: net/data/ssl/certificates/README

Issue 2836082: Add two client certificates for use with unit tests (Closed)
Patch Set: Add a README file Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/data/ssl/certificates/foaf.me.chromium-test-cert.der » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/data/ssl/certificates/README
diff --git a/net/data/ssl/certificates/README b/net/data/ssl/certificates/README
new file mode 100644
index 0000000000000000000000000000000000000000..e902b605f95d60a3a82620ad87975d86191aedb4
--- /dev/null
+++ b/net/data/ssl/certificates/README
@@ -0,0 +1,30 @@
+This directory contains various certificates for use with SSL-related
+unit tests.
+
+- google.binary.p7b
+- google.chain.pem
+- google.pem_cert.p7b
+- google.pem_pkcs7.p7b
+- google.pkcs7.p7b
+- google.single.der
+- google.single.pem
+- 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
+
+- mit.davidben.der :: An expired MIT client certificate.
+
+- foaf.me.chromium-test-cert.der :: A client certificate for a FOAF.ME identity
+ created for testing.
+
+- www_us_army_mil_cert.der
+- dod_ca_17_cert.der
+- dod_root_ca_2_cert.der :: A certificate chain for regression tests of
+ http://crbug.com/31497.
+
+- expired_cert.pem :: An expired certificate, used by test_server.cc.
+
+- ok_cert.pem :: A valid certificate, used by test_server.cc
+
+- root_ca_cert.crt :: The testing root CA used to sign the test_server.cc's
+ certificates.
+
+- unosoft_hu_cert :: Certificate used by X509CertificateTest.UnoSoftCertParsing.
« no previous file with comments | « no previous file | net/data/ssl/certificates/foaf.me.chromium-test-cert.der » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698