mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-11-22 16:45:16 +01:00
FIX #641
This commit is contained in:
@@ -3219,7 +3219,7 @@ run_protocols() {
|
||||
fi
|
||||
|
||||
pr_bold " SSLv3 $extra_spaces";
|
||||
if "$using_sockets" && ! "$HAS_SSL3"; then
|
||||
if "$using_sockets"; then
|
||||
tls_sockets "00" "$TLS_CIPHER"
|
||||
else
|
||||
run_prototest_openssl "-ssl3"
|
||||
@@ -9106,4 +9106,4 @@ fi
|
||||
exit $?
|
||||
|
||||
|
||||
# $Id: testssl.sh,v 1.567 2017/02/21 10:21:33 dirkw Exp $
|
||||
# $Id: testssl.sh,v 1.568 2017/02/21 16:46:08 dirkw Exp $
|
||||
|
||||
Reference in New Issue
Block a user