From 57490518399d01a7b4baa83b4ba96c3124671003 Mon Sep 17 00:00:00 2001 From: Dirk Date: Wed, 11 Nov 2015 17:49:36 +0100 Subject: [PATCH] - fix vertical distances after PFS && wide - fix misleading "--ip=v4only" in help --- testssl.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testssl.sh b/testssl.sh index 5d4fbf3..64f3112 100755 --- a/testssl.sh +++ b/testssl.sh @@ -2373,7 +2373,7 @@ run_pfs() { done < <($OPENSSL ciphers -V "$pfs_cipher_list" 2>$ERRFILE) # -V doesn't work with openssl < 1.0 # ^^^^^ posix redirect as shopt will either segfault or doesn't work with old bash versions debugme echo $pfs_offered - outln + $WIDE || outln if [[ "$pfs_offered" -eq 1 ]]; then pr_brown "no PFS ciphers found" @@ -4065,7 +4065,7 @@ $PROG_NAME URI ("$PROG_NAME URI" does everything except -E) -t, --starttls does a default run against a STARTTLS enabled --xmpphost for STARTTLS enabled XMPP it supplies the XML stream to-'' domain -- sometimes needed --mx tests MX records from high to low priority (STARTTLS, port 25) - --ip a) tests the supplied instead of resolving host(s) in URI + --ip a) tests the supplied v4 or v6 address instead of resolving host(s) in URI b) arg "one" means: just test the first DNS returns (useful for multiple IPs) --file mass testing option: Reads command lines from , one line per instance. Comments via # allowed, EOF signals end of . Implicitly turns on "--warnings batch" @@ -5353,4 +5353,4 @@ fi exit $? -# $Id: testssl.sh,v 1.420 2015/11/11 10:56:31 dirkw Exp $ +# $Id: testssl.sh,v 1.421 2015/11/11 16:49:35 dirkw Exp $