+13
−1
test/sslextensiontest.pl
0 → 100755
+89
−0
test/sslvertoltest.pl
0 → 100755
+93
−0
Loading
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>