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

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

Issue 8302019: Recommit fraudulent certificate reporting infrastructure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 - unittest.key.bin : private key stored unencrypted. 44 - unittest.key.bin : private key stored unencrypted.
45 45
46 - x509_verify_results.chain.pem : A simple certificate chain used to test that 46 - x509_verify_results.chain.pem : A simple certificate chain used to test that
47 the correctly ordered, filtered certificate chain is returned during 47 the correctly ordered, filtered certificate chain is returned during
48 verification, regardless of the order in which the intermediate/root CA 48 verification, regardless of the order in which the intermediate/root CA
49 certificates are provided. 49 certificates are provided.
50 50
51 - google_diginotar.pem 51 - google_diginotar.pem
52 - diginotar_public_ca_2025.pem : A certificate chain for the regression test 52 - diginotar_public_ca_2025.pem : A certificate chain for the regression test
53 of http://crbug.com/94673 53 of http://crbug.com/94673
54
55 - test_mail_google_com.pem : A certificate signed by the test CA for
56 "mail.google.com". Because it is signed by that CA instead of the true CA
57 for that host, it will fail the
58 TransportSecurityState::IsChainOfPublicKeysPermitted test.
OLDNEW
« no previous file with comments | « net/base/transport_security_state_unittest.cc ('k') | net/data/ssl/certificates/test_mail_google_com.pem » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698