Update interop tests to default configuration

Removed SSLv3 from the default tests in compat.sh, and adapted the test
cases in all.sh to include an additional SSLv3 regression test suite.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ffaf677..094d906 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -100,7 +100,7 @@
         ADD_CUSTOM_TARGET(covtest
             COMMAND make test
             COMMAND programs/test/selftest
-            COMMAND tests/compat.sh -m 'tls1 tls1_1 tls1_2 dtls1 dtls1_2'
+            COMMAND tests/compat.sh
             COMMAND tests/ssl-opt.sh
         )