X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Ftestssl;h=5a76bdf7789b217089510e2f425ebabe7f68c9a2;hp=255ae5e9768e4e9af65cf0dc353c04deebe44017;hb=77fa04a9bca6686b7123bdbe80c4dd4c2a3cc8cb;hpb=497cc4b35ec0f60491490a82bfd8cc973fd6a0a2 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