Skip to content

Commit

Permalink
Merge branch 'quick-fix-2590' of https://github.com/Tazmaniac/testssl.sh
Browse files Browse the repository at this point in the history
 into quick-fix-2590
  • Loading branch information
emmanuelfuste committed Nov 4, 2024
2 parents 4c706d3 + b82941b commit f95a491
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17189,7 +17189,11 @@ run_renego() {
sec_client_renego=1
else
# second try in the foreground as we are sure now it won't hang
<<<<<<< HEAD
(echo R; sleep 1) | $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
>>>>>>> b82941b09f2b2469ae7294833ca81471ff4a91b5
sec_client_renego=$?
# 0 means client is renegotiating & doesn't return an error --> vuln!
# 1 means client tried to renegotiating but the server side errored then. You still see RENEGOTIATING in the output
Expand Down

0 comments on commit f95a491

Please sign in to comment.