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

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

Issue 9152011: net: add a test for X509Certificate integration with CRLSet. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 8 years, 11 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
« no previous file with comments | « net/base/x509_certificate_unittest.cc ('k') | net/data/ssl/certificates/googlenew.chain.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
11 - thawte.single.pem : Certificates for testing parsing of different formats. 11 - thawte.single.pem : Certificates for testing parsing of different formats.
12 12
13 - googlenew.chain.pem : The refreshed Google certificate
14 (valid until Sept 30 2013).
15
13 - mit.davidben.der : An expired MIT client certificate. 16 - mit.davidben.der : An expired MIT client certificate.
14 17
15 - foaf.me.chromium-test-cert.der : A client certificate for a FOAF.ME identity 18 - foaf.me.chromium-test-cert.der : A client certificate for a FOAF.ME identity
16 created for testing. 19 created for testing.
17 20
18 - www_us_army_mil_cert.der 21 - www_us_army_mil_cert.der
19 - dod_ca_17_cert.der 22 - dod_ca_17_cert.der
20 - dod_root_ca_2_cert.der : A certificate chain for regression tests of 23 - dod_root_ca_2_cert.der : A certificate chain for regression tests of
21 http://crbug.com/31497. 24 http://crbug.com/31497.
22 25
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 converting a subject/issuer name to their stringized form. 81 converting a subject/issuer name to their stringized form.
79 82
80 - 2048-rsa-root.pem 83 - 2048-rsa-root.pem
81 - {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-intermediate.pem 84 - {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-intermediate.pem
82 - {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-ee-by- 85 - {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-ee-by-
83 {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-intermediate.pem 86 {768-rsa,1024-rsa,2048-rsa,prime256v1-ecdsa}-intermediate.pem
84 These certficates are generated by 87 These certficates are generated by
85 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
86 RejectWeakKeys test in net/base/x509_certificate_unittest.cc. 89 RejectWeakKeys test in net/base/x509_certificate_unittest.cc.
87 90
OLDNEW
« no previous file with comments | « net/base/x509_certificate_unittest.cc ('k') | net/data/ssl/certificates/googlenew.chain.pem » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698