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

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

Issue 1554793002: Add a new test certificate for *.example.org as wildcard.pem (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix README 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
« no previous file with comments | « no previous file | net/data/ssl/certificates/wildcard.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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 - quic_root.crt 129 - quic_root.crt
130 These certificates are used by the ProofVerifier's unit tests of QUIC. 130 These certificates are used by the ProofVerifier's unit tests of QUIC.
131 131
132 ===== From net/data/ssl/scripts/generate-test-certs.sh 132 ===== From net/data/ssl/scripts/generate-test-certs.sh
133 - expired_cert.pem 133 - expired_cert.pem
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 - wildcard_.pem
140 A certificate and private key valid for *.example.org, used in various
141 net unit tests.
142
139 - name_constraint_bad.pem 143 - name_constraint_bad.pem
140 - name_constraint_good.pem 144 - name_constraint_good.pem
141 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
142 a particular namespace. 146 a particular namespace.
143 147
144 - bad_validity.pem 148 - bad_validity.pem
145 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
146 parse this certificate. 150 parse this certificate.
147 151
148 - sha256.pem: Used to test the handling of SHA-256 certs on Windows. 152 - sha256.pem: Used to test the handling of SHA-256 certs on Windows.
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 ===== From net/data/ssl/scripts/generate-aia-certs.sh 281 ===== From net/data/ssl/scripts/generate-aia-certs.sh
278 - aia-cert.pem 282 - aia-cert.pem
279 - aia-intermediate.der 283 - aia-intermediate.der
280 - aia-root.pem 284 - aia-root.pem
281 A certificate chain which we use to ensure AIA fetching works correctly 285 A certificate chain which we use to ensure AIA fetching works correctly
282 when using NSS to verify certificates (which uses our HTTP stack). 286 when using NSS to verify certificates (which uses our HTTP stack).
283 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL 287 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL
284 containing the intermediate, which can be served via a URLRequestFilter. 288 containing the intermediate, which can be served via a URLRequestFilter.
285 aia-intermediate.der is stored in DER form for convenience, since that is 289 aia-intermediate.der is stored in DER form for convenience, since that is
286 the form expected of certificates discovered via AIA. 290 the form expected of certificates discovered via AIA.
OLDNEW
« no previous file with comments | « no previous file | net/data/ssl/certificates/wildcard.pem » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698