From 64e653f4a8d762919d7c71838021d4d18a61979d Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 13 Nov 2016 16:33:03 +0000 Subject: OpenSSL 1.1 - update testsuite for retired ciphers --- test/confs/2111 | 2 +- test/confs/2125 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test/confs') diff --git a/test/confs/2111 b/test/confs/2111 index 7f872fa06..0d99a23bc 100644 --- a/test/confs/2111 +++ b/test/confs/2111 @@ -48,6 +48,6 @@ send_to_server: tls_certificate = DIR/aux-fixed/cert2 tls_privatekey = DIR/aux-fixed/cert2 tls_require_ciphers = IDEA-CBC-MD5 \ - ${if eq{$host_address}{127.0.0.1}{:DES-CBC3-SHA:RSA_ARCFOUR_SHA}} + ${if eq{$host_address}{127.0.0.1}{:AES256-SHA:RSA_ARCFOUR_SHA}} # End diff --git a/test/confs/2125 b/test/confs/2125 index e179f9685..be2fe1be3 100644 --- a/test/confs/2125 +++ b/test/confs/2125 @@ -18,7 +18,7 @@ queue_run_in_order tls_advertise_hosts = * tls_require_ciphers = ${if eq{$sender_host_address}{HOSTIPV4}\ - {AES}{!AES:3DES}} + {AES256}{AES128}} # Set certificate only if server @@ -46,7 +46,7 @@ send_to_server: allow_localhost hosts = HOSTIPV4 : 127.0.0.1 hosts_require_tls = HOSTIPV4 - tls_require_ciphers = DES-CBC3-SHA + tls_require_ciphers = AES128-SHA port = PORT_D tls_try_verify_hosts = : -- cgit v1.2.3