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

Side by Side Diff: net/data/ssl/certificates/README

Issue 3548018: Add test self-signed cert for http://codereview.chromium.org/3576016/show. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: Created 10 years, 2 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 unified diff | Download patch
« no previous file with comments | « no previous file | net/data/ssl/certificates/punycodetest.der » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 13 matching lines...) Expand all
24 24
25 - ok_cert.pem : A valid certificate, used by test_server.cc 25 - ok_cert.pem : A valid certificate, used by test_server.cc
26 26
27 - root_ca_cert.crt : The testing root CA used to sign the test_server.cc's 27 - root_ca_cert.crt : The testing root CA used to sign the test_server.cc's
28 certificates. 28 certificates.
29 29
30 - unosoft_hu_cert : Certificate used by X509CertificateTest.UnoSoftCertParsing. 30 - unosoft_hu_cert : Certificate used by X509CertificateTest.UnoSoftCertParsing.
31 31
32 - client.p12 : A PKCS #12 file containing a client certificate and a private 32 - client.p12 : A PKCS #12 file containing a client certificate and a private
33 key created for testing. The password is "12345". 33 key created for testing. The password is "12345".
34
35 - punycodetest.der : A test self-signed server certificate with punycode name.
36 The common name is "xn--wgv71a119e.com" (日本語.com)
OLDNEW
« no previous file with comments | « no previous file | net/data/ssl/certificates/punycodetest.der » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698