We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faae91e commit 6277613Copy full SHA for 6277613
1 file changed
testssl.sh
@@ -17083,7 +17083,7 @@ run_renego() {
17083
# Clear the log to not get the content of previous run before the execution of the new one.
17084
echo -n > $TMPFILE
17085
# If we dont wait for the session to be established on slow server, we will try to re-negotiate
17086
- # too early loosing all the attemps before the session establishment as OpenSSL will not buffer them
+ # too early losing all the attempts before the session establishment as OpenSSL will not buffer them
17087
# (only the first will be till the establishement of the session).
17088
(while [[ $(grep -ac '^SSL-Session:' $TMPFILE) -ne 1 ]]; do sleep 1; done; \
17089
for ((i=0; i < ssl_reneg_attempts; i++ )); do echo R; sleep $ssl_reneg_wait; done) | \
0 commit comments