From 092280e695f284b21d852b111a7bb0aee2d17f84 Mon Sep 17 00:00:00 2001 From: Dirk Date: Sun, 22 Feb 2015 23:20:24 +0100 Subject: [PATCH] - FIXED: #38, new openssl from Peter Mosmans makes the workaround unneccessary --- testssl.sh | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/testssl.sh b/testssl.sh index d5c5312..b71b93f 100755 --- a/testssl.sh +++ b/testssl.sh @@ -836,17 +836,9 @@ run_std_cipherlists() { std_cipherlists NULL:eNULL " Null Cipher " 1 std_cipherlists aNULL " Anonymous NULL Cipher " 1 std_cipherlists ADH " Anonymous DH Cipher " 1 - if [[ "$OSSL_VER" = *chacha* ]]; then - out " 40 Bit encryption "; magentaln "Local problem: $OPENSSL has a bug here" - else - std_cipherlists EXPORT40 " 40 Bit encryption " 1 - fi + std_cipherlists EXPORT40 " 40 Bit encryption " 1 std_cipherlists EXPORT56 " 56 Bit encryption " 1 - if [[ "$OSSL_VER" = *chacha* ]]; then - out " Export Cipher (general) "; magentaln "Local problem: $OPENSSL has a bug here" - else - std_cipherlists EXPORT " Export Cipher (general) " 1 - fi + std_cipherlists EXPORT " Export Cipher (general) " 1 std_cipherlists LOW " Low (<=64 Bit) " 1 std_cipherlists DES " DES Cipher " 1 std_cipherlists 3DES " Triple DES Cipher " 2