We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b633efa commit 336d3c9Copy full SHA for 336d3c9
1 file changed
testssl.sh
@@ -11456,12 +11456,12 @@ starttls_ldap_dialog() {
11456
if [[ $DEBUG -ge 2 ]]; then
11457
msg_lenstr=$(hex2dec ${result:26:02})
11458
msg_len=$((2 * msg_lenstr))
11459
- echo "$debugpad $(hex2binary "${result:28:$msg_len}")"
+ safe_echo "$debugpad $(hex2binary "${result:28:$msg_len}")"
11460
fi ;;
11461
*)
11462
ret=127
11463
11464
- echo "$debugpad $(hex2dec "${result:28:2}")"
+ safe_echo "$debugpad $(hex2dec "${result:28:2}")"
11465
11466
esac
11467
debugme echo "=== finished LDAP STARTTLS dialog with ${ret} ==="
0 commit comments