]> git.ipfire.org Git - thirdparty/openssl.git/commit
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 21:52:31 +0000 (22:52 +0100)
commitd42d1004332f40c1098946b0804791fd3da3e378
tree234ecce861ebd24311dcd700dea4b10d9128f89b
parent9a0db453ba017ebcaccbee933ee6511a9ae4d1c8
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>
Conflicts:
test/Makefile
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]