From e1c27d61a69ff0c3e26c2f6d0f9984cdb7d2e3ce Mon Sep 17 00:00:00 2001 From: David Cooper Date: Wed, 25 Mar 2020 12:59:54 -0400 Subject: [PATCH] Fix bug in setting DISPLAY_CIPHERNAMES in 3.0 This commit fixes the same bug as #1546, but in the 3.0 branch. --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 22cdea4..d2ba558 100755 --- a/testssl.sh +++ b/testssl.sh @@ -16806,7 +16806,7 @@ get_install_dir() { fi if [[ ! -r "$CIPHERS_BY_STRENGTH_FILE" ]]; then - DISPLAY_CIPHERNAMES="no-rfc" + DISPLAY_CIPHERNAMES="openssl-only" debugme echo "$CIPHERS_BY_STRENGTH_FILE" prln_warning "\nATTENTION: No cipher mapping file found!" outln "Please note from 2.9 on $PROG_NAME needs files in \"\$TESTSSL_INSTALL_DIR/etc/\" to function correctly."