ECDH is not a PFS cipher, only ECDHE is
parent
9e2625d4aa
commit
4237a25ab9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue