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

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

Issue 6874039: Return the constructed certificate chain in X509Certificate::Verify() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased to trunk Created 9 years, 4 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 | Annotate | Revision Log
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 21 matching lines...) Expand all
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 34
35 - punycodetest.der : A test self-signed server certificate with punycode name. 35 - punycodetest.der : A test self-signed server certificate with punycode name.
36 The common name is "xn--wgv71a119e.com" (日本語.com) 36 The common name is "xn--wgv71a119e.com" (日本語.com)
37 37
38 - unittest.selfsigned.der : A self-signed certificate generated using private 38 - unittest.selfsigned.der : A self-signed certificate generated using private
39 key in unittest.key.bin. The common name is "unittest". 39 key in unittest.key.bin. The common name is "unittest".
40 40
41 - unittest.key.bin : private key stored unencrypted. 41 - unittest.key.bin : private key stored unencrypted.
42
43 - x509_verify_results.chain.pem : A simple certificate chain used to test that
44 the correctly ordered, filtered certificate chain is returned during
45 verification, regardless of the order in which the intermediate/root CA
46 certificates are provided.
OLDNEW
« no previous file with comments | « net/base/x509_certificate_win.cc ('k') | net/data/ssl/certificates/x509_verify_results.chain.pem » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698