From b7584ea93af212c12146e0d3581b173cbd8ec728 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Wed, 23 Jul 2025 14:43:41 +0200 Subject: [PATCH] correct comment, update vulnerablites to include IDS friendly ones --- t/12_diff_opensslversions.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/12_diff_opensslversions.t b/t/12_diff_opensslversions.t index e866df1..eb4d668 100755 --- a/t/12_diff_opensslversions.t +++ b/t/12_diff_opensslversions.t @@ -1,6 +1,6 @@ #!/usr/bin/env perl -# Baseline diff test against testssl.sh (csv output) +# Baseline diff test against google.com (csv output) # # This runs a basic test with the supplied openssl vs /usr/bin/openssl @@ -11,7 +11,7 @@ use Text::Diff; my $tests = 0; my $prg="./testssl.sh"; -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 $check2run="--protocols --std --server-preference --fs --header --vulnerable --ids-friendly --phone-out --client-simulation -q --ip=one --color 0 --csvfile"; my $csvfile="tmp.csv"; my $csvfile2="tmp2.csv"; my $cat_csvfile="";