From 8c0786d1470d3a62de8f6ae7e741d8ca0904c608 Mon Sep 17 00:00:00 2001 From: Dirk Date: Sun, 11 Oct 2015 23:23:35 +0200 Subject: [PATCH] - switched on clientauth functionality (missed b4) --- testssl.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/testssl.sh b/testssl.sh index e42f203..d4e30c6 100755 --- a/testssl.sh +++ b/testssl.sh @@ -4531,12 +4531,6 @@ determine_optimal_proto() { [[ $? -ne 0 ]] && exit -2 fi - if $CLIENT_AUTH; then - outln - tmpfile_handle $FUNCNAME.txt - fatal "$NODEIP:$PORT seems to require a certificate. It's not yet supported" -3 - fi - tmpfile_handle $FUNCNAME.txt return 0 } @@ -5205,4 +5199,4 @@ fi exit $? -# $Id: testssl.sh,v 1.404 2015/10/11 21:04:14 dirkw Exp $ +# $Id: testssl.sh,v 1.405 2015/10/11 21:23:34 dirkw Exp $