From 77fa04a9bca6686b7123bdbe80c4dd4c2a3cc8cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Fri, 3 Sep 1999 16:31:36 +0000 Subject: -no_dhe option for ssltest.c --- test/testssl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/testssl') 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 -- cgit v1.2.3