mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-26 18:39:31 +01:00
FIX #641
This commit is contained in:
parent
205c522178
commit
9d9bfdf369
@ -3219,7 +3219,7 @@ run_protocols() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
pr_bold " SSLv3 $extra_spaces";
|
pr_bold " SSLv3 $extra_spaces";
|
||||||
if "$using_sockets" && ! "$HAS_SSL3"; then
|
if "$using_sockets"; then
|
||||||
tls_sockets "00" "$TLS_CIPHER"
|
tls_sockets "00" "$TLS_CIPHER"
|
||||||
else
|
else
|
||||||
run_prototest_openssl "-ssl3"
|
run_prototest_openssl "-ssl3"
|
||||||
@ -9106,4 +9106,4 @@ fi
|
|||||||
exit $?
|
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 $
|
||||||
|
Loading…
Reference in New Issue
Block a user