Home
last modified time | relevance | path

Searched refs:SSH_BUG_DERIVEKEY (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/crypto/openssh/
Dcompat.h54 #define SSH_BUG_DERIVEKEY 0x00040000 macro
Dcompat.c137 SSH_BUG_DERIVEKEY|SSH_BUG_DUMMYCHAN| in compat_datafellows()
Dsshconnect.c696 if ((datafellows & SSH_BUG_DERIVEKEY) != 0) in ssh_exchange_identification()
Dsshd.c522 if ((datafellows & SSH_BUG_DERIVEKEY) != 0) { in sshd_exchange_identification()
DChangeLog467 ban clients/servers that suffer from SSH_BUG_DERIVEKEY, they are ancient,