We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 662a99f + 601dddd commit 701c606Copy full SHA for 701c606
testssl.sh
@@ -17193,7 +17193,7 @@ run_renego() {
17193
sec_client_renego=1
17194
else
17195
# second try in the foreground as we are sure now it won't hang
17196
- echo R | $OPENSSL s_client $(s_client_options "$proto $legacycmd $STARTTLS $BUGS -connect $NODEIP:$PORT $PROXY $SNI") >$TMPFILE 2>>$ERRFILE
+ (echo R; sleep 1) | $OPENSSL s_client $(s_client_options "$proto $legacycmd $STARTTLS $BUGS -connect $NODEIP:$PORT $PROXY $SNI") >$TMPFILE 2>>$ERRFILE
17197
sec_client_renego=$?
17198
# 0 means client is renegotiating & doesn't return an error --> vuln!
17199
# 1 means client tried to renegotiating but the server side errored then. You still see RENEGOTIATING in the output
0 commit comments