Skip to content

Commit e5d0b3e

Browse files
committed
Modify default for full 9 yrds run
We don't need to execute run_cipher_per_proto() in addition here
1 parent d424b0c commit e5d0b3e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

testssl.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3819,7 +3819,8 @@ run_cipher_match(){
38193819

38203820

38213821

3822-
# test for all ciphers locally configured (w/o distinguishing whether they are good or bad)
3822+
# Test for all ciphers locally configured (w/o distinguishing whether they are good or bad)
3823+
#
38233824
run_allciphers() {
38243825
local -i nr_ciphers_tested=0 nr_ciphers=0 nr_ossl_ciphers=0 nr_nonossl_ciphers=0 sclient_success=0
38253826
local n auth mac hexc sslv2_ciphers="" s
@@ -4417,7 +4418,8 @@ ciphers_by_strength() {
44174418
#FIXME: no error condition
44184419
}
44194420

4420-
# test for all ciphers per protocol locally configured (w/o distinguishing whether they are good or bad)
4421+
# Test for all ciphers per protocol locally configured (w/o distinguishing whether they are good or bad)
4422+
#
44214423
run_cipher_per_proto() {
44224424
local proto proto_hex proto_text
44234425
local using_sockets=true
@@ -21534,7 +21536,6 @@ parse_cmd_line() {
2153421536
-9|--full)
2153521537
set_scanning_defaults
2153621538
do_allciphers=false
21537-
do_cipher_per_proto=true
2153821539
do_grease=true
2153921540
;;
2154021541
--add-ca|--add-CA|--add-ca=*|--add-CA=*)

0 commit comments

Comments
 (0)