THRIFT-4084: Add a SSL/TLS negotiation check to crossfeature to verify SSLv3 is not active and that at least one of TLSv1.0 through 1.2 are accepted.
Client: csharp, d, go, nodejs, perl
This closes #1197
diff --git a/test/features/Makefile.am b/test/features/Makefile.am
index f8d6538..337d789 100644
--- a/test/features/Makefile.am
+++ b/test/features/Makefile.am
@@ -21,8 +21,10 @@
index.html \
known_failures_Linux.json \
Makefile.am \
+ nosslv3.sh \
string_limit.py \
tests.json \
theader_binary.py \
setup.cfg \
+ tls.sh \
util.py