Reduce the security bits for MD5 and SHA1 based signatures in TLS
[openssl.git] / test / recipes / 70-test_renegotiation.t
index 6b11d36932cf65e50bd90f6935f1bfd46ae20d10..8cf3e4f54b3bc7b59e56be6b6881ad9c1da240d7 100644 (file)
@@ -56,7 +56,8 @@ SKIP: {
     #        handshake
     $proxy->clear();
     $proxy->filter(undef);
-    $proxy->clientflags("-no_tls1_3");
+    $proxy->ciphers("DEFAULT:\@SECLEVEL=0");
+    $proxy->clientflags("-no_tls1_3 -cipher AES128-SHA:\@SECLEVEL=0");
     $proxy->serverflags("-no_tls1_3 -no_tls1_2");
     $proxy->reneg(1);
     $proxy->start();