summaryrefslogtreecommitdiff
path: root/test/testssl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-09-03 16:31:36 +0000
committerBodo Möller <bodo@openssl.org>1999-09-03 16:31:36 +0000
commit77fa04a9bca6686b7123bdbe80c4dd4c2a3cc8cb (patch)
tree7e96c3ce381db06835675771dfad44b0d2ce3065 /test/testssl
parent497cc4b35ec0f60491490a82bfd8cc973fd6a0a2 (diff)
downloadopenssl-new-77fa04a9bca6686b7123bdbe80c4dd4c2a3cc8cb.tar.gz
-no_dhe option for ssltest.c
Diffstat (limited to 'test/testssl')
-rw-r--r--test/testssl3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/testssl b/test/testssl
index 255ae5e976..5a76bdf778 100644
--- a/test/testssl
+++ b/test/testssl
@@ -63,6 +63,9 @@ echo test sslv3 with both client and server authentication via BIO pair
echo test sslv2/sslv3 via BIO pair
./ssltest || exit 1
+echo test sslv2/sslv3 w/o DHE via BIO pair
+./ssltest -no_dhe || exit 1
+
echo test sslv2/sslv3 with server authentication
./ssltest -bio_pair -server_auth -CApath ../certs || exit 1