mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-29 04:49:44 +01:00
Renamed + testssl.net (IPv6)
This commit is contained in:
parent
df88577ec4
commit
50a83235fe
@ -25,7 +25,6 @@ unlink "tmp.json";
|
||||
printf "\n%s\n", "Baseline unit test IPv4 via sockets --> $uri ...";
|
||||
$socketout = `./testssl.sh $check2run $uri 2>&1`;
|
||||
# my $socket = json('tmp.json');
|
||||
#FIXME: This comparison is maybe not sufficient yet:
|
||||
unlike($socketout, qr/(e|E)rror|\.\/testssl\.sh: line |(f|F)atal/, "");
|
||||
$tests++;
|
||||
|
||||
@ -36,12 +35,11 @@ $opensslout = `./testssl.sh $check2run --ssl-native $uri 2>&1`;
|
||||
# my $openssl = json('tmp.json');
|
||||
# This happens with Google only, so we white list a pattern here:
|
||||
$opensslout =~ s/testssl.*warning: command substitution: ignored null byte in input\n//g;
|
||||
#FIXME: This comparison is maybe sufficient yet:
|
||||
unlike($opensslout, qr/(e|E)rror|(f|F)atal|\.\/testssl\.sh: line |Oops|s_client connect problem/, "");
|
||||
$tests++;
|
||||
|
||||
|
||||
$uri="ipv6.google.com";
|
||||
$uri="testssl.net";
|
||||
|
||||
unlink "tmp.json";
|
||||
printf "\n%s\n", "Baseline unit test IPv6 via sockets --> $uri ...";
|
Loading…
Reference in New Issue
Block a user