From 55558b86d8079c74bbb078ee79e983f1a3d4d74d Mon Sep 17 00:00:00 2001 From: Dirk Date: Thu, 20 Oct 2022 14:55:22 +0200 Subject: [PATCH] Fix indentation + clarify openssl warning --- testssl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testssl.sh b/testssl.sh index 530a706..3d9989b 100755 --- a/testssl.sh +++ b/testssl.sh @@ -16377,7 +16377,7 @@ run_ticketbleed() { pr_bold " Ticketbleed"; out " ($cve), experiment. " if [[ "$SERVICE" != HTTP ]] && [[ "$CLIENT_AUTH" != required ]]; then - outln "-- (applicable only for HTTPS)" + outln "(applicable only for HTTPS)" fileout "$jsonID" "INFO" "not applicable, not HTTP" "$cve" "$cwe" return 0 fi @@ -21526,7 +21526,7 @@ determine_optimal_proto() { if ! "$OSSL_SHORTCUT" || [[ ! -x /usr/bin/openssl ]] || /usr/bin/openssl s_client -tls1_3 2>&1 | grep -aiq "unknown option"; then outln fileout "$jsonID" "WARN" "$NODE:$PORT appears to support TLS 1.3 ONLY, but $OPENSSL does not support TLS 1.3" - ignore_no_or_lame " Type \"yes\" to proceed and accept all scan problems" "yes" + ignore_no_or_lame " Type \"yes\" to proceed with $OPENSSL and accept all scan problems" "yes" [[ $? -ne 0 ]] && exit $ERR_CLUELESS MAX_OSSL_FAIL=10 else