File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ #
38233824run_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+ #
44214423run_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=*)
You can’t perform that action at this time.
0 commit comments