Aeris 8 years ago
parent 60a8a44c1a
commit 0ecc15cc79
  1. 2
      lib/cryptcheck/tls/cipher.rb

@ -69,7 +69,7 @@ module CryptCheck
ok = Proc.new { |n| self.send "#{n}?" }
{
success: %i(pfs).select { |n| ok.call n },
warning: %i(sha1).select { |n| ok.call n },
warning: %i().select { |n| ok.call n },
danger: %i(des3).select { |n| ok.call n },
error: %i(dss md5 psk srp anonymous null export des rc2 rc4).select { |n| ok.call n }
}

Loading…
Cancel
Save