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

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

Issue 8568040: Refuse to accept certificate chains containing any RSA public key smaller (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 certificates actually represent the same intermediate CA but have 69 certificates actually represent the same intermediate CA but have
70 different validity periods. 70 different validity periods.
71 71
72 - multivalue_rdn.pem : A regression test for http://crbug.com/101009. A 72 - multivalue_rdn.pem : A regression test for http://crbug.com/101009. A
73 certificate with all of the AttributeTypeAndValues stored within a single 73 certificate with all of the AttributeTypeAndValues stored within a single
74 RelativeDistinguishedName, rather than one AVA per RDN as normally seen. 74 RelativeDistinguishedName, rather than one AVA per RDN as normally seen.
75 75
76 - unescaped.pem : Regression test for http://crbug.com/102839. Contains 76 - unescaped.pem : Regression test for http://crbug.com/102839. Contains
77 characters such as '=' and '"' that would normally be escaped when 77 characters such as '=' and '"' that would normally be escaped when
78 converting a subject/issuer name to their stringized form. 78 converting a subject/issuer name to their stringized form.
79
80 - 2048-rsa-root.pem
81 - {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-intermediate.pem
82 - {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-ee-by-
83 {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-intermediate.pem
84 These certficates are generated by
85 net/data/ssl/scripts/generate-weak-test-chains.sh and used in the
86 RejectWeakKeys test in net/base/x509_certificate_unittest.cc.
87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698