Reduce the security bits for MD5 and SHA1 based signatures in TLS
[openssl.git] / test / recipes / 70-test_sslversions.t
index f3cc71215ddda8e90c5bb1b27710be46fee4d97a..864f4f5283824e59ac985720163790d60f67e1db 100644 (file)
@@ -95,6 +95,8 @@ ok(TLSProxy::Message->success()
 #Test 6: no TLSv1.3 or TLSv1.2 version in supported versions extension, but
 #TLSv1.1 and TLSv1.0 are present. Should just use TLSv1.1 and succeed
 $proxy->clear();
+$proxy->clientflags("-cipher DEFAULT:\@SECLEVEL=0");
+$proxy->ciphers("AES128-SHA:\@SECLEVEL=0");
 $testtype = TLS1_1_AND_1_0_ONLY;
 $proxy->start();
 $record = pop @{$proxy->record_list};