Skip to content

Commit f5d41ff

Browse files
authored
Merge pull request #2258 from drwetter/minor
Fix indentation + clarify openssl warning
2 parents 7c38cc7 + 55558b8 commit f5d41ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

testssl.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16482,7 +16482,7 @@ run_ticketbleed() {
1648216482
pr_bold " Ticketbleed"; out " ($cve), experiment. "
1648316483

1648416484
if [[ "$SERVICE" != HTTP ]] && [[ "$CLIENT_AUTH" != required ]]; then
16485-
outln "-- (applicable only for HTTPS)"
16485+
outln "(applicable only for HTTPS)"
1648616486
fileout "$jsonID" "INFO" "not applicable, not HTTP" "$cve" "$cwe"
1648716487
return 0
1648816488
fi
@@ -21631,7 +21631,7 @@ determine_optimal_proto() {
2163121631
if ! "$OSSL_SHORTCUT" || [[ ! -x /usr/bin/openssl ]] || /usr/bin/openssl s_client -tls1_3 2>&1 | grep -aiq "unknown option"; then
2163221632
outln
2163321633
fileout "$jsonID" "WARN" "$NODE:$PORT appears to support TLS 1.3 ONLY, but $OPENSSL does not support TLS 1.3"
21634-
ignore_no_or_lame " Type \"yes\" to proceed and accept all scan problems" "yes"
21634+
ignore_no_or_lame " Type \"yes\" to proceed with $OPENSSL and accept all scan problems" "yes"
2163521635
[[ $? -ne 0 ]] && exit $ERR_CLUELESS
2163621636
MAX_OSSL_FAIL=10
2163721637
else

0 commit comments

Comments
 (0)