Skip to content

Commit 6277613

Browse files
author
Emmanuel Fusté
committed
Usual spell fixes.
1 parent faae91e commit 6277613

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17083,7 +17083,7 @@ run_renego() {
1708317083
# Clear the log to not get the content of previous run before the execution of the new one.
1708417084
echo -n > $TMPFILE
1708517085
# 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
17086+
# too early losing all the attempts before the session establishment as OpenSSL will not buffer them
1708717087
# (only the first will be till the establishement of the session).
1708817088
(while [[ $(grep -ac '^SSL-Session:' $TMPFILE) -ne 1 ]]; do sleep 1; done; \
1708917089
for ((i=0; i < ssl_reneg_attempts; i++ )); do echo R; sleep $ssl_reneg_wait; done) | \

0 commit comments

Comments
 (0)