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

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

Issue 20628006: Reject certificates that are valid for too long. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase?! In our moment of triumph?! Created 6 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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 228
229 - ct-test-embedded-cert.pem 229 - ct-test-embedded-cert.pem
230 - ct-test-embedded-with-intermediate-chain.pem 230 - ct-test-embedded-with-intermediate-chain.pem
231 - ct-test-embedded-with-intermediate-preca-chain.pem 231 - ct-test-embedded-with-intermediate-preca-chain.pem
232 - ct-test-embedded-with-preca-chain.pem 232 - ct-test-embedded-with-preca-chain.pem
233 Test certificate chains for Certificate Transparency: Each of these 233 Test certificate chains for Certificate Transparency: Each of these
234 files contains a leaf certificate as the first certificate, which has 234 files contains a leaf certificate as the first certificate, which has
235 embedded SCTs, followed by the issuer certificates chain. 235 embedded SCTs, followed by the issuer certificates chain.
236 All files are from the src/test/testdada directory in 236 All files are from the src/test/testdada directory in
237 https://code.google.com/p/certificate-transparency/ 237 https://code.google.com/p/certificate-transparency/
238
239 - br-compliant-validity.pem
240 Used in testing CertVerifyProc::HasTooLongValidity. Generated by the
241 command
242 "openssl req -x509 -days 1000 -sha1 -config ../scripts/ee.cnf \
243 -newkey rsa:2048 -text -out br-compliant-validity.pem"
244
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698