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

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

Issue 9271060: Check cert->isRoot to skip extraneous root certificates in certificate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Improve comments and add a unit test Created 8 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 | 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 converting a subject/issuer name to their stringized form. 81 converting a subject/issuer name to their stringized form.
82 82
83 - 2048-rsa-root.pem 83 - 2048-rsa-root.pem
84 - {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-intermediate.pem 84 - {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-intermediate.pem
85 - {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-ee-by- 85 - {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-ee-by-
86 {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-intermediate.pem 86 {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-intermediate.pem
87 These certficates are generated by 87 These certficates are generated by
88 net/data/ssl/scripts/generate-weak-test-chains.sh and used in the 88 net/data/ssl/scripts/generate-weak-test-chains.sh and used in the
89 RejectWeakKeys test in net/base/x509_certificate_unittest.cc. 89 RejectWeakKeys test in net/base/x509_certificate_unittest.cc.
90 90
91 - images_etrade_wallst_com.pem
92 - globalsign_orgv1_ca.pem
93 - globalsign_root_ca_md5.pem : A certificate chain for the regression test
94 of http://crbug.com/108514
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698