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:48:55 +0000 (21:48 +0100)
commitf404943bcab4898d18f3ac1b36479d1d7bbbb9e6
tree6dc9fecc25503f6c172e2dd0422c3df136cbc09e
parent21376d8ae310cf0455ca2b73c8e9f77cafeb28dd
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>
16 files changed:
crypto/x509/Makefile
crypto/x509/verify_extra_test.c [new file with mode: 0644]
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]