-no_dhe option for ssltest.c
[openssl.git] / test / testssl
index 255ae5e9768e4e9af65cf0dc353c04deebe44017..5a76bdf7789b217089510e2f425ebabe7f68c9a2 100644 (file)
@@ -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