From 83a29b9dd7acfaa7f8943da42d34c7e608af4520 Mon Sep 17 00:00:00 2001 From: typingArtist Date: Sun, 8 May 2016 18:05:30 +0200 Subject: [PATCH] =?UTF-8?q?removed=20brackets=20from=20plain=20IPv6=20addr?= =?UTF-8?q?esses.=20>=20=E2=80=A2=20the=20supplied=20openssl.Linux.x86=5F6?= =?UTF-8?q?4=20does=20not=20support=20plain=20IPv6=20addresses=20at=20all.?= =?UTF-8?q?=20>=20=E2=80=A2=20Gentoo=E2=80=99s=20openssl-1.0.2h=20does=20s?= =?UTF-8?q?upport=20IPv6=20addresses,=20but=20without=20the=20brackets=20o?= =?UTF-8?q?nly.=20>=20=E2=80=A2=20lookups=20using=20dig,=20host,=20etc.=20?= =?UTF-8?q?don=E2=80=99t=20need=20the=20brackets=20either.=20>=20So,=20it?= =?UTF-8?q?=E2=80=99s=20better=20to=20use=20the=20IPv6=20address=20without?= =?UTF-8?q?=20brackets.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- testssl.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 6ba1ff9..029dcde 100755 --- a/testssl.sh +++ b/testssl.sh @@ -7101,7 +7101,6 @@ nodeip_to_proper_ip6() { local len_nodeip=0 if is_ipv6addr $NODEIP; then - NODEIP="[$NODEIP]" len_nodeip=${#NODEIP} CORRECT_SPACES="$(draw_line " " "$((len_nodeip - 16))" )" # IPv6 addresses are longer, this varaible takes care that "further IP" and "Service" is properly aligned