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

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

Issue 27026002: CT: Adding preliminary Certificate Transparency support to Chromium. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Distinguish between SCTs from unknown logs and unverified ones Created 7 years, 1 month 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
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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 - quic_test.example.com.crt 219 - quic_test.example.com.crt
220 - quic_root.crt 220 - quic_root.crt
221 These certificates are used by the ProofVerifier's unit tests of QUIC. 221 These certificates are used by the ProofVerifier's unit tests of QUIC.
222 222
223 - explicit-policy-chain.pem 223 - explicit-policy-chain.pem
224 A test certificate chain with requireExplicitPolicy field set on the 224 A test certificate chain with requireExplicitPolicy field set on the
225 intermediate, with SkipCerts=0. This is used for regression testing 225 intermediate, with SkipCerts=0. This is used for regression testing
226 http://crbug.com/31497. It is generated by running the script 226 http://crbug.com/31497. It is generated by running the script
227 net/data/ssl/scripts/generate-policy-certs.sh 227 net/data/ssl/scripts/generate-policy-certs.sh
228 228
229 - ct-test-embedded-cert.pem
230 Contains a test certificate for use with Certificate Transparency.
231 This certificate contains an embedded SCT list for use as a leaf cert,
232 which requires computing a precert.
233 All CT-related certificates come from the testdata directory in
234 http://code.google.com/p/certificate-transparency
OLDNEW
« no previous file with comments | « net/cert/single_log_ct_verifier_unittest.cc ('k') | net/data/ssl/certificates/ct-public-key.pem » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698