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

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

Issue 1610833004: Remove Windows XP SHA-256 and ECDSA logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 142
143 - name_constraint_bad.pem 143 - name_constraint_bad.pem
144 - name_constraint_good.pem 144 - name_constraint_good.pem
145 Two certificates used to test the built-in ability to restrict a root to 145 Two certificates used to test the built-in ability to restrict a root to
146 a particular namespace. 146 a particular namespace.
147 147
148 - bad_validity.pem 148 - bad_validity.pem
149 A certificate and private key only valid on 0001-01-01. Windows refuses to 149 A certificate and private key only valid on 0001-01-01. Windows refuses to
150 parse this certificate. 150 parse this certificate.
151 151
152 - sha256.pem: Used to test the handling of SHA-256 certs on Windows.
153
154 - spdy_pooling.pem : Used to test the handling of spdy IP connection pooling 152 - spdy_pooling.pem : Used to test the handling of spdy IP connection pooling
155 153
156 - subjectAltName_sanity_check.pem : Used to test the handling of various types 154 - subjectAltName_sanity_check.pem : Used to test the handling of various types
157 within the subjectAltName extension of a certificate. 155 within the subjectAltName extension of a certificate.
158 156
159 - punycodetest.pem : A test self-signed server certificate with punycode name. 157 - punycodetest.pem : A test self-signed server certificate with punycode name.
160 The common name is "xn--wgv71a119e.com" (日本語.com) 158 The common name is "xn--wgv71a119e.com" (日本語.com)
161 159
162 - sha1_2016.pem 160 - sha1_2016.pem
163 Used to test the handling of SHA1 certificates expiring in 2016. 161 Used to test the handling of SHA1 certificates expiring in 2016.
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 ===== From net/data/ssl/scripts/generate-aia-certs.sh 279 ===== From net/data/ssl/scripts/generate-aia-certs.sh
282 - aia-cert.pem 280 - aia-cert.pem
283 - aia-intermediate.der 281 - aia-intermediate.der
284 - aia-root.pem 282 - aia-root.pem
285 A certificate chain which we use to ensure AIA fetching works correctly 283 A certificate chain which we use to ensure AIA fetching works correctly
286 when using NSS to verify certificates (which uses our HTTP stack). 284 when using NSS to verify certificates (which uses our HTTP stack).
287 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL 285 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL
288 containing the intermediate, which can be served via a URLRequestFilter. 286 containing the intermediate, which can be served via a URLRequestFilter.
289 aia-intermediate.der is stored in DER form for convenience, since that is 287 aia-intermediate.der is stored in DER form for convenience, since that is
290 the form expected of certificates discovered via AIA. 288 the form expected of certificates discovered via AIA.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698