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

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

Issue 1286793002: Treat failure to parse certificates as SSL protocol errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: and now with more keys Created 5 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
« no previous file with comments | « net/base/net_error_list.h ('k') | net/data/ssl/certificates/bad_validity.pem » ('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 ===== 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 - ok_cert.pem 134 - ok_cert.pem
135 - root_ca_cert.pem 135 - root_ca_cert.pem
136 These certificates are the common certificates used by the Python test 136 These certificates are the common certificates used by the Python test
137 server for simulating HTTPS connections. 137 server for simulating HTTPS connections.
138 138
139 - name_constraint_bad.pem 139 - name_constraint_bad.pem
140 - name_constraint_good.pem 140 - name_constraint_good.pem
141 Two certificates used to test the built-in ability to restrict a root to 141 Two certificates used to test the built-in ability to restrict a root to
142 a particular namespace. 142 a particular namespace.
143 143
144 - bad_validity.pem
145 A certificate and private key only valid on 0001-01-01. Windows refuses to
146 parse this certificate.
147
144 - sha256.pem: Used to test the handling of SHA-256 certs on Windows. 148 - sha256.pem: Used to test the handling of SHA-256 certs on Windows.
145 149
146 - spdy_pooling.pem : Used to test the handling of spdy IP connection pooling 150 - spdy_pooling.pem : Used to test the handling of spdy IP connection pooling
147 151
148 - subjectAltName_sanity_check.pem : Used to test the handling of various types 152 - subjectAltName_sanity_check.pem : Used to test the handling of various types
149 within the subjectAltName extension of a certificate. 153 within the subjectAltName extension of a certificate.
150 154
151 - punycodetest.pem : A test self-signed server certificate with punycode name. 155 - punycodetest.pem : A test self-signed server certificate with punycode name.
152 The common name is "xn--wgv71a119e.com" (日本語.com) 156 The common name is "xn--wgv71a119e.com" (日本語.com)
153 157
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 ===== From net/data/ssl/scripts/generate-aia-certs.sh 270 ===== From net/data/ssl/scripts/generate-aia-certs.sh
267 - aia-cert.pem 271 - aia-cert.pem
268 - aia-intermediate.der 272 - aia-intermediate.der
269 - aia-root.pem 273 - aia-root.pem
270 A certificate chain which we use to ensure AIA fetching works correctly 274 A certificate chain which we use to ensure AIA fetching works correctly
271 when using NSS to verify certificates (which uses our HTTP stack). 275 when using NSS to verify certificates (which uses our HTTP stack).
272 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL 276 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL
273 containing the intermediate, which can be served via a URLRequestFilter. 277 containing the intermediate, which can be served via a URLRequestFilter.
274 aia-intermediate.der is stored in DER form for convenience, since that is 278 aia-intermediate.der is stored in DER form for convenience, since that is
275 the form expected of certificates discovered via AIA. 279 the form expected of certificates discovered via AIA.
OLDNEW
« no previous file with comments | « net/base/net_error_list.h ('k') | net/data/ssl/certificates/bad_validity.pem » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698