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

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

Issue 979893003: Refactor ChromeFraudulentCertReporter for code reuse by SSL reporting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use URLRequestMockDataJob to avoid IO in unit test Created 5 years, 9 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 | « chrome/chrome_tests_unit.gypi ('k') | no next file » | 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 ===== Real-world certificates that need manual updating 4 ===== Real-world certificates that need manual updating
5 - google.binary.p7b 5 - google.binary.p7b
6 - google.chain.pem 6 - google.chain.pem
7 - google.pem_cert.p7b 7 - google.pem_cert.p7b
8 - google.pem_pkcs7.p7b 8 - google.pem_pkcs7.p7b
9 - google.pkcs7.p7b 9 - google.pkcs7.p7b
10 - google.single.der 10 - google.single.der
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 - unittest.originbound.key.der: matching PrivateKeyInfo. 90 - unittest.originbound.key.der: matching PrivateKeyInfo.
91 91
92 - x509_verify_results.chain.pem : A simple certificate chain used to test that 92 - x509_verify_results.chain.pem : A simple certificate chain used to test that
93 the correctly ordered, filtered certificate chain is returned during 93 the correctly ordered, filtered certificate chain is returned during
94 verification, regardless of the order in which the intermediate/root CA 94 verification, regardless of the order in which the intermediate/root CA
95 certificates are provided. 95 certificates are provided.
96 96
97 - test_mail_google_com.pem : A certificate signed by the test CA for 97 - test_mail_google_com.pem : A certificate signed by the test CA for
98 "mail.google.com". Because it is signed by that CA instead of the true CA 98 "mail.google.com". Because it is signed by that CA instead of the true CA
99 for that host, it will fail the 99 for that host, it will fail the
100 TransportSecurityState::IsChainOfPublicKeysPermitted test. 100 TransportSecurityState::IsChainOfPublicKeysPermitted test. Format
101 intentionally does not include diagnostic output.
101 102
102 - multivalue_rdn.pem : A regression test for http://crbug.com/101009. A 103 - multivalue_rdn.pem : A regression test for http://crbug.com/101009. A
103 certificate with all of the AttributeTypeAndValues stored within a single 104 certificate with all of the AttributeTypeAndValues stored within a single
104 RelativeDistinguishedName, rather than one AVA per RDN as normally seen. 105 RelativeDistinguishedName, rather than one AVA per RDN as normally seen.
105 106
106 - unescaped.pem : Regression test for http://crbug.com/102839. Contains 107 - unescaped.pem : Regression test for http://crbug.com/102839. Contains
107 characters such as '=' and '"' that would normally be escaped when 108 characters such as '=' and '"' that would normally be escaped when
108 converting a subject/issuer name to their stringized form. 109 converting a subject/issuer name to their stringized form.
109 110
110 - ocsp-test-root.pem : A root certificate for the code in 111 - ocsp-test-root.pem : A root certificate for the code in
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 ===== From net/data/ssl/scripts/generate-aia-certs.sh 266 ===== From net/data/ssl/scripts/generate-aia-certs.sh
266 - aia-cert.pem 267 - aia-cert.pem
267 - aia-intermediate.der 268 - aia-intermediate.der
268 - aia-root.pem 269 - aia-root.pem
269 A certificate chain which we use to ensure AIA fetching works correctly 270 A certificate chain which we use to ensure AIA fetching works correctly
270 when using NSS to verify certificates (which uses our HTTP stack). 271 when using NSS to verify certificates (which uses our HTTP stack).
271 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL 272 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL
272 containing the intermediate, which can be served via a URLRequestFilter. 273 containing the intermediate, which can be served via a URLRequestFilter.
273 aia-intermediate.der is stored in DER form for convenience, since that is 274 aia-intermediate.der is stored in DER form for convenience, since that is
274 the form expected of certificates discovered via AIA. 275 the form expected of certificates discovered via AIA.
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698