mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-30 20:31:15 +01:00
Restrict tests to those which use openssl
This commit is contained in:
parent
37d987684e
commit
ba58458909
@ -11,7 +11,7 @@ use Text::Diff;
|
||||
|
||||
my $tests = 0;
|
||||
my $prg="./testssl.sh";
|
||||
my $check2run="-q --ip=one --color 0 --csvfile";
|
||||
my $check2run="--protocols --std --server-preference --fs --header --renegotiation --crime --breach --poodle --tls-fallback --sweet32 --beast --lucky13 --freak --logjam --drown --rc4 --phone-out --client-simulation -q --ip=one --color 0 --csvfile";
|
||||
my $csvfile="tmp.csv";
|
||||
my $csvfile2="tmp2.csv";
|
||||
my $cat_csvfile="";
|
||||
|
Loading…
Reference in New Issue
Block a user