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

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

Issue 15747020: Add certificate files for NSS AIA fetching unittest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
« no previous file with comments | « no previous file | net/data/ssl/certificates/aia-cert.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 - 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 - duplicate_cn_2.p12 176 - duplicate_cn_2.p12
177 - duplicate_cn_2.pem 177 - duplicate_cn_2.pem
178 Two certificates from the same issuer that share the same common name, 178 Two certificates from the same issuer that share the same common name,
179 but have distinct subject names (namely, their O fields differ). NSS 179 but have distinct subject names (namely, their O fields differ). NSS
180 requires that certificates have unique nicknames if they do not share the 180 requires that certificates have unique nicknames if they do not share the
181 same subject, and these certificates are used to test that the nickname 181 same subject, and these certificates are used to test that the nickname
182 generation algorithm generates unique nicknames. 182 generation algorithm generates unique nicknames.
183 The .pem versions contain just the certs, while the .p12 versions contain 183 The .pem versions contain just the certs, while the .p12 versions contain
184 both the cert and a private key, since there are multiple ways to import 184 both the cert and a private key, since there are multiple ways to import
185 certificates into NSS. 185 certificates into NSS.
186
187 - aia-cert.pem
188 - aia-intermediate.der
189 - aia-root.pem
190 A certificate chain which we use to ensure AIA fetching works correctly
191 when using NSS to verify certificates (which uses our HTTP stack).
192 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL
193 containing the intermediate, which can be served via a URLRequestFilter.
194 aia-intermediate.der is stored in DER form for convenience, since that is
195 the form expected of certificates discovered via AIA.
OLDNEW
« no previous file with comments | « no previous file | net/data/ssl/certificates/aia-cert.pem » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698