ECDH is not a PFS cipher, only ECDHE is

v1
Aeris 2015-11-21 21:23:36 +01:00
parent 9e2625d4aa
commit 4237a25ab9
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ module CryptCheck
rc4: %w(RC4),
des3: %w(3DES DES-CBC3),
pfs: %w(DHE EDH ECDHE ECDH)
pfs: %w(DHE EDH ECDHE)
}
attr_reader :protocol, :name, :size, :dh