Skip to content

Commit b7584ea

Browse files
committed
correct comment, update vulnerablites to include IDS friendly ones
1 parent 2c871f9 commit b7584ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/12_diff_opensslversions.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env perl
22

3-
# Baseline diff test against testssl.sh (csv output)
3+
# Baseline diff test against google.com (csv output)
44
#
55
# This runs a basic test with the supplied openssl vs /usr/bin/openssl
66

@@ -11,7 +11,7 @@ use Text::Diff;
1111

1212
my $tests = 0;
1313
my $prg="./testssl.sh";
14-
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";
14+
my $check2run="--protocols --std --server-preference --fs --header --vulnerable --ids-friendly --phone-out --client-simulation -q --ip=one --color 0 --csvfile";
1515
my $csvfile="tmp.csv";
1616
my $csvfile2="tmp2.csv";
1717
my $cat_csvfile="";

0 commit comments

Comments
 (0)