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

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

Issue 561613002: Support SHA-256 on pre-Vista Windows clients (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Attempt to reset net_test_suite Created 6 years, 2 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/cert/sha256_legacy_support_win_unittest.cc ('k') | net/data/ssl/certificates/sha256.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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 same public key) to test that certificate validation caching does not 105 same public key) to test that certificate validation caching does not
106 interfere with the chain_verify_callback used by CertVerifyProcChromeOS. 106 interfere with the chain_verify_callback used by CertVerifyProcChromeOS.
107 See CertVerifyProcChromeOSTest. 107 See CertVerifyProcChromeOSTest.
108 108
109 - comodo.chain.pem : A certificate chain for www.comodo.com which should be 109 - comodo.chain.pem : A certificate chain for www.comodo.com which should be
110 recognised as EV. Expires Jun 21 2013. 110 recognised as EV. Expires Jun 21 2013.
111 111
112 - ocsp-test-root.pem : A root certificate for the code in 112 - ocsp-test-root.pem : A root certificate for the code in
113 net/tools/testserver/minica.py 113 net/tools/testserver/minica.py
114 114
115 - sha256.pem: Used to test the handling of SHA-256 certs on Windows.
116 Generated by using the command:
117 "openssl req -x509 -days 3650 -sha256 -newkey rsa:2048 -text \
118 -config ../scripts/ee.cnf -out sha256.pem"
119
115 - spdy_pooling.pem : Used to test the handling of spdy IP connection pooling 120 - spdy_pooling.pem : Used to test the handling of spdy IP connection pooling
116 Generated by using the command 121 Generated by using the command
117 "openssl req -x509 -days 3650 -sha1 -extensions req_spdy_pooling \ 122 "openssl req -x509 -days 3650 -sha1 -extensions req_spdy_pooling \
118 -config ../scripts/ee.cnf -newkey rsa:1024 -text \ 123 -config ../scripts/ee.cnf -newkey rsa:1024 -text \
119 -out spdy_pooling.pem" 124 -out spdy_pooling.pem"
120 125
121 - subjectAltName_sanity_check.pem : Used to test the handling of various types 126 - subjectAltName_sanity_check.pem : Used to test the handling of various types
122 within the subjectAltName extension of a certificate. Generated by using 127 within the subjectAltName extension of a certificate. Generated by using
123 the command 128 the command
124 "openssl req -x509 -days 3650 -sha1 -extensions req_san_sanity \ 129 "openssl req -x509 -days 3650 -sha1 -extensions req_san_sanity \
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 244
240 - ct-test-embedded-cert.pem 245 - ct-test-embedded-cert.pem
241 - ct-test-embedded-with-intermediate-chain.pem 246 - ct-test-embedded-with-intermediate-chain.pem
242 - ct-test-embedded-with-intermediate-preca-chain.pem 247 - ct-test-embedded-with-intermediate-preca-chain.pem
243 - ct-test-embedded-with-preca-chain.pem 248 - ct-test-embedded-with-preca-chain.pem
244 Test certificate chains for Certificate Transparency: Each of these 249 Test certificate chains for Certificate Transparency: Each of these
245 files contains a leaf certificate as the first certificate, which has 250 files contains a leaf certificate as the first certificate, which has
246 embedded SCTs, followed by the issuer certificates chain. 251 embedded SCTs, followed by the issuer certificates chain.
247 All files are from the src/test/testdada directory in 252 All files are from the src/test/testdada directory in
248 https://code.google.com/p/certificate-transparency/ 253 https://code.google.com/p/certificate-transparency/
OLDNEW
« no previous file with comments | « net/cert/sha256_legacy_support_win_unittest.cc ('k') | net/data/ssl/certificates/sha256.pem » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698