Skip to content

Commit 55558b8

Browse files
committed
Fix indentation + clarify openssl warning
1 parent 8d9b11b commit 55558b8

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
@@ -16377,7 +16377,7 @@ run_ticketbleed() {
1637716377
pr_bold " Ticketbleed"; out " ($cve), experiment. "
1637816378

1637916379
if [[ "$SERVICE" != HTTP ]] && [[ "$CLIENT_AUTH" != required ]]; then
16380-
outln "-- (applicable only for HTTPS)"
16380+
outln "(applicable only for HTTPS)"
1638116381
fileout "$jsonID" "INFO" "not applicable, not HTTP" "$cve" "$cwe"
1638216382
return 0
1638316383
fi
@@ -21526,7 +21526,7 @@ determine_optimal_proto() {
2152621526
if ! "$OSSL_SHORTCUT" || [[ ! -x /usr/bin/openssl ]] || /usr/bin/openssl s_client -tls1_3 2>&1 | grep -aiq "unknown option"; then
2152721527
outln
2152821528
fileout "$jsonID" "WARN" "$NODE:$PORT appears to support TLS 1.3 ONLY, but $OPENSSL does not support TLS 1.3"
21529-
ignore_no_or_lame " Type \"yes\" to proceed and accept all scan problems" "yes"
21529+
ignore_no_or_lame " Type \"yes\" to proceed with $OPENSSL and accept all scan problems" "yes"
2153021530
[[ $? -ne 0 ]] && exit $ERR_CLUELESS
2153121531
MAX_OSSL_FAIL=10
2153221532
else

0 commit comments

Comments
 (0)