From a84d970f3da3be06fc781f69803dac732d94fbdc Mon Sep 17 00:00:00 2001 From: David Cooper Date: Tue, 15 May 2018 11:43:39 -0400 Subject: [PATCH] Fix #1053 It appears that #1053 was caused by a typo that was introduced by https://github.com/drwetter/testssl.sh/commit/39647d17034ab773a6f9878fe5cc0bec93c37300. --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index e4d2c92..c201485 100755 --- a/testssl.sh +++ b/testssl.sh @@ -3900,7 +3900,7 @@ run_cipher_per_proto() { done success=1 if [[ -n "$ciphers_to_test" ]] || [[ -n "$tls13_ciphers_to_test" ]]; then - OPENSSL s_client $(s_client_options "-cipher "\'${ciphers_to_test:1}\'" -ciphersuites "\'${tls13_ciphers_to_test:1}\'" $proto $STARTTLS $BUGS -connect $NODEIP:$PORT $PROXY $SNI") >$TMPFILE 2>$ERRFILE $TMPFILE 2>$ERRFILE