From 6277613906de07ab241a0236bb6ebc4881d8330f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Fust=C3=A9?= Date: Tue, 13 Feb 2024 15:41:35 +0100 Subject: [PATCH] Usual spell fixes. --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 890a8a0..3826a2d 100755 --- a/testssl.sh +++ b/testssl.sh @@ -17083,7 +17083,7 @@ run_renego() { # Clear the log to not get the content of previous run before the execution of the new one. echo -n > $TMPFILE # If we dont wait for the session to be established on slow server, we will try to re-negotiate - # 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 # (only the first will be till the establishement of the session). (while [[ $(grep -ac '^SSL-Session:' $TMPFILE) -ne 1 ]]; do sleep 1; done; \ for ((i=0; i < ssl_reneg_attempts; i++ )); do echo R; sleep $ssl_reneg_wait; done) | \