File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20349,7 +20349,6 @@ single check as <options> ("$PROG_NAME URI" does everything except -E and -g):
2034920349 -4, --rc4, --appelbaum which RC4 ciphers are being offered?
2035020350
2035120351tuning / connect options (most also can be preset via environment variables):
20352- --fast omits some checks: using openssl for all ciphers (-e), show only first preferred cipher.
2035320352 -9, --full includes tests for implementation bugs and cipher per protocol (could disappear)
2035420353 --bugs enables the "-bugs" option of s_client, needed e.g. for some buggy F5s
2035520354 --assume-http if protocol check fails it assumes HTTP protocol and enforces HTTP checks
@@ -23725,6 +23724,8 @@ parse_cmd_line() {
2372523724 grep -q 'BEGIN CERTIFICATE' "$fname" || fatal "\"$fname\" is not CA file in PEM format" $ERR_RESOURCE
2372623725 done
2372723726
23727+ "$FAST" && pr_warning "\n'--fast' can have some undesired side effects thus it is not recommended to use anymore\n"
23728+
2372823729 if "$do_starttls_injection" && [[ "$STARTTLS_PROTOCOL" =~ smtp ]]; then
2372923730 ((VULN_COUNT++))
2373023731 fi
You can’t perform that action at this time.
0 commit comments