diff --git a/testssl.sh b/testssl.sh index 30f7569..1d93236 100755 --- a/testssl.sh +++ b/testssl.sh @@ -3688,7 +3688,7 @@ run_server_preference() { ;; *RC4*) pr_svrty_high "$default_cipher" - fileout "order_cipher" "NOT ok" "Default cipher: $default_cipher$(read_dhbits_from_file "$TMPFILE") (NOT ok) remark4default_cipher" + fileout "order_cipher" "NOT ok" "Default cipher: $default_cipher$(read_dhbits_from_file "$TMPFILE") (NOT ok) $remark4default_cipher" ;; *CBC*) pr_svrty_medium "$default_cipher" @@ -3781,7 +3781,7 @@ run_server_preference() { fi fi fi - fileout "order_${proto[i]}_cipher" "INFO" "Default cipher on ${proto[i]}: ${cipher[i]}remark4default_cipher" + fileout "order_${proto[i]}_cipher" "INFO" "Default cipher on ${proto[i]}: ${cipher[i]} $remark4default_cipher" done fi fi