Skip to content

Commit 5758c39

Browse files
authored
Merge pull request #1885 from definity/3.0
fixed minor bug with json output for TLS1.1
2 parents 835abd6 + ca4a0b2 commit 5758c39

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
@@ -5186,7 +5186,7 @@ run_protocols() {
51865186
add_tls_offered tls1_1 no
51875187
if [[ -z $latest_supported ]]; then
51885188
outln
5189-
fileout "$jsonID" "INFO" "is not offered" # neither good or bad
5189+
fileout "$jsonID" "INFO" "not offered" # neither good or bad
51905190
else
51915191
prln_svrty_critical " -- connection failed rather than downgrading to $latest_supported_string"
51925192
fileout "$jsonID" "CRITICAL" "connection failed rather than downgrading to $latest_supported_string"
@@ -5222,7 +5222,7 @@ run_protocols() {
52225222
fileout "$jsonID" "WARN" "TLS downgraded to STARTTLS plaintext"
52235223
;;
52245224
4) out "likely not offered, "
5225-
fileout "$jsonID" "INFO" "is not offered"
5225+
fileout "$jsonID" "INFO" "not offered"
52265226
add_tls_offered tls1_1 no
52275227
pr_warning "received 4xx/5xx after STARTTLS handshake"; outln "$debug_recomm"
52285228
fileout "$jsonID" "WARN" "received 4xx/5xx after STARTTLS handshake${debug_recomm}"

0 commit comments

Comments
 (0)