Reduce the security bits for MD5 and SHA1 based signatures in TLS
[openssl.git] / test / recipes / 70-test_tls13downgrade.t
index 5de90657f906a5b9eb3e2a50889c68637030d5d9..e3b7ce8361da72c01fe9873b67c006c104a62e31 100644 (file)
@@ -79,6 +79,7 @@ SKIP: {
     $proxy->clear();
     $proxy->filter(undef);
     $proxy->clientflags("-no_tls1_2");
+    $proxy->ciphers("AES128-SHA:\@SECLEVEL=0");
     $proxy->start();
     ok(TLSProxy::Message->success(), "TLSv1.2 client-side protocol hole");