Add some libssl tests
authorMatt Caswell <matt@openssl.org>
Tue, 16 Jun 2015 12:12:37 +0000 (13:12 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 11 Aug 2015 19:27:46 +0000 (20:27 +0100)
commit011467ee55aa82a96cd8a539560c46fd4504a82b
tree0c77d43651ec17214c589bd4d2b6c95b689d8758
parent631c1206334adfb21758220362a56fa157a47596
Add some libssl tests

Two tests are added: one is a simple version tolerance test; the second is
a test to ensure that OpenSSL operates correctly in the case of a zero
length extensions block. The latter was broken inadvertently (now fixed)
and it would have been helpful to have a test case for it.

Reviewed-by: Richard Levitte <levitte@openssl.org>
test/Makefile
test/sslextensiontest.pl [new file with mode: 0755]
test/sslvertoltest.pl [new file with mode: 0755]