Add test for CVE-2015-1793
authorMatt Caswell <matt@openssl.org>
Wed, 1 Jul 2015 23:15:56 +0000 (00:15 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 7 Jul 2015 20:57:11 +0000 (21:57 +0100)
commit593e9c638c58e1a510c519db0d024527113330f3
tree6f2d19c3f9e22ed60cd7b12a39aa488771ecdd51
parent2aacec8f4a5ba1b365620a7b17fcce311ada93ad
Add test for CVE-2015-1793

This adds a test for CVE-2015-1793. This adds a new test file
verify_extra_test.c, which could form the basis for additional
verification tests.

Reviewed-by: Stephen Henson <steve@openssl.org>
15 files changed:
test/Makefile
test/certs/bad.key [new file with mode: 0644]
test/certs/bad.pem [new file with mode: 0644]
test/certs/interCA.key [new file with mode: 0644]
test/certs/interCA.pem [new file with mode: 0644]
test/certs/leaf.key [new file with mode: 0644]
test/certs/leaf.pem [new file with mode: 0644]
test/certs/rootCA.key [new file with mode: 0644]
test/certs/rootCA.pem [new file with mode: 0644]
test/certs/roots.pem [new file with mode: 0644]
test/certs/subinterCA-ss.pem [new file with mode: 0644]
test/certs/subinterCA.key [new file with mode: 0644]
test/certs/subinterCA.pem [new file with mode: 0644]
test/certs/untrusted.pem [new file with mode: 0644]
test/verify_extra_test.c [new file with mode: 0644]