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

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

Issue 2585963003: PKI library Mac trust store integration (Closed)
Patch Set: review changes for comment #19 Created 3 years, 10 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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 - multi-root-chain1.pem 297 - multi-root-chain1.pem
298 - multi-root-chain2.pem 298 - multi-root-chain2.pem
299 Two chains, A -> B -> C -> D and A -> B -> C2 -> E (C and C2 share the 299 Two chains, A -> B -> C -> D and A -> B -> C2 -> E (C and C2 share the
300 same public key) to test that certificate validation caching does not 300 same public key) to test that certificate validation caching does not
301 interfere with the chain_verify_callback used by CertVerifyProcChromeOS. 301 interfere with the chain_verify_callback used by CertVerifyProcChromeOS.
302 See CertVerifyProcChromeOSTest. 302 See CertVerifyProcChromeOSTest.
303 303
304 ===== From net/data/ssl/scripts/generate-multi-root-BFE-keychain.sh 304 ===== From net/data/ssl/scripts/generate-multi-root-BFE-keychain.sh
305 - multi-root-BFE.keychain: An OSX Keychain containing the generated 305 - multi-root-BFE.keychain: An OSX Keychain containing the generated
306 certificates "multi-root-B-by-F.pem" and "multi-root-F-by-E.pem". 306 certificates "multi-root-B-by-F.pem" and "multi-root-F-by-E.pem".
307 - multi-root.keychain: An OSX Keychain containing the generated
308 certificates multi-root-*-by-*.pem
307 309
308 ===== From net/data/ssl/scripts/generate-duplicate-cn-certs.sh 310 ===== From net/data/ssl/scripts/generate-duplicate-cn-certs.sh
309 - duplicate_cn_1.p12 311 - duplicate_cn_1.p12
310 - duplicate_cn_1.pem 312 - duplicate_cn_1.pem
311 - duplicate_cn_2.p12 313 - duplicate_cn_2.p12
312 - duplicate_cn_2.pem 314 - duplicate_cn_2.pem
313 Two certificates from the same issuer that share the same common name, 315 Two certificates from the same issuer that share the same common name,
314 but have distinct subject names (namely, their O fields differ). NSS 316 but have distinct subject names (namely, their O fields differ). NSS
315 requires that certificates have unique nicknames if they do not share the 317 requires that certificates have unique nicknames if they do not share the
316 same subject, and these certificates are used to test that the nickname 318 same subject, and these certificates are used to test that the nickname
(...skipping 11 matching lines...) Expand all
328 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL 330 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL
329 containing the intermediate, which can be served via a URLRequestFilter. 331 containing the intermediate, which can be served via a URLRequestFilter.
330 aia-intermediate.der is stored in DER form for convenience, since that is 332 aia-intermediate.der is stored in DER form for convenience, since that is
331 the form expected of certificates discovered via AIA. 333 the form expected of certificates discovered via AIA.
332 334
333 ===== From net/data/ssl/scripts/generate-self-signed-certs.sh 335 ===== From net/data/ssl/scripts/generate-self-signed-certs.sh
334 - self-signed-invalid-name.pem 336 - self-signed-invalid-name.pem
335 - self-signed-invalid-sig.pem 337 - self-signed-invalid-sig.pem
336 Two "self-signed" certificates with mismatched names or an invalid 338 Two "self-signed" certificates with mismatched names or an invalid
337 signature, respectively. 339 signature, respectively.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698