Fix #593
This commit is contained in:
parent
8988411fbc
commit
4911aaf05b
|
@ -9390,6 +9390,9 @@ run_ssl_poodle() {
|
|||
fileout "poodle_ssl" "HIGH" "POODLE, SSL: VULNERABLE, uses SSLv3+CBC" "$cve" "$cwe" "$hint"
|
||||
else
|
||||
pr_done_best "not vulnerable (OK)";
|
||||
if "$using_sockets"; then
|
||||
fileout "poodle_ssl" "OK" "POODLE, SSL: not vulnerable" "$cve" "$cwe"
|
||||
else
|
||||
if [[ "$nr_supported_ciphers" -ge 83 ]]; then
|
||||
# Likely only KRB and PSK cipher are missing: display discrepancy but no warning
|
||||
out ", $nr_supported_ciphers/$nr_cbc_ciphers local ciphers"
|
||||
|
@ -9398,6 +9401,7 @@ run_ssl_poodle() {
|
|||
fi
|
||||
fileout "poodle_ssl" "OK" "POODLE, SSL: not vulnerable ($nr_supported_ciphers of $nr_cbc_ciphers local ciphers" "$cve" "$cwe"
|
||||
fi
|
||||
fi
|
||||
outln
|
||||
tmpfile_handle $FUNCNAME.txt
|
||||
return $sclient_success
|
||||
|
|
Loading…
Reference in New Issue