diff --git a/testssl.sh b/testssl.sh index b6b7209..5be9577 100755 --- a/testssl.sh +++ b/testssl.sh @@ -1229,6 +1229,15 @@ sockread() { return $ret } +#FIXME: fill the following two: +openssl2rfc() { + : +} + +rfc2openssl() { + : +} + show_rfc_style(){ local rfcname @@ -1760,7 +1769,7 @@ run_client_simulation() { debugme outln for name in "${short[@]}"; do #FIXME: printf formatting would look better, especially if we want a wide option here - out "${names[i]} " + out " ${names[i]} " $OPENSSL s_client -cipher ${ciphers[i]} ${protos[i]} $STARTTLS $BUGS $PROXY -connect $NODEIP:$PORT ${sni[i]} $TMPFILE 2>$ERRFILE debugme echo "$OPENSSL s_client -cipher ${ciphers[i]} ${protos[i]} $STARTTLS $BUGS $PROXY -connect $NODEIP:$PORT ${sni[i]} /dev/null)\" [~$nr_ciphers ciphers]" - out "on $HNAME:" + out " on $HNAME:" [[ -n "$GIT_REL" ]] && \ cwd=$(/bin/pwd) || \ @@ -5254,7 +5266,7 @@ display_rdns_etc() { if "$LOCAL_A"; then outln " A record via /etc/hosts " elif [[ -n "$CMDLINE_IP" ]]; then - outln " A record via --ip=$CMDLINE_IP parameter" + outln " A record via supplied IP \"$CMDLINE_IP\"" fi if [[ -n "$rDNS" ]]; then if $HAS_IPv6; then @@ -5882,4 +5894,4 @@ fi exit $? -# $Id: testssl.sh,v 1.435 2016/01/15 14:53:02 dirkw Exp $ +# $Id: testssl.sh,v 1.436 2016/01/15 15:37:46 dirkw Exp $