OpenSSL 1.1 - update testsuite for retired ciphers
[exim.git] / test / confs / 2111
index 7f872fa06c859015f02516a42e720681455b3cfb..0d99a23bcd20e595b0e9919e90dea5f44eda0ba4 100644 (file)
@@ -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