From 95167893f694e94f797a8a7bbf78b3c68256eca3 Mon Sep 17 00:00:00 2001 From: Pengyu Lv Date: Thu, 23 Feb 2023 16:40:26 +0800 Subject: [PATCH] Remove explicit ECDH exclusion for Travis CI Signed-off-by: Pengyu Lv --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cdf74c717796..eb01a44ab14a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,8 +55,8 @@ jobs: # Exclude a few test cases that are failing mysteriously. # https://github.com/Mbed-TLS/mbedtls/issues/6660 - tests/ssl-opt.sh -e 'Fallback SCSV:\ .*list' - # Modern OpenSSL does not support fixed ECDH, null or ancient ciphers. - - tests/compat.sh -p OpenSSL -e 'NULL\|ECDH-\|DES\|RC4' + # Modern OpenSSL does not support null or ancient ciphers. + - tests/compat.sh -p OpenSSL -e 'NULL\|DES\|RC4' - tests/scripts/travis-log-failure.sh # GnuTLS supports CAMELLIA but compat.sh doesn't properly enable it. # Modern GnuTLS does not support DES.