CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/01/25 23:10:03
Modified files:
usr.bin/ssh : auth.h kex.c kex.h kexc25519c.c kexc25519s.c
kexdhc.c kexdhs.c kexecdhc.c kexecdhs.c
kexgexc.c kexgexs.c ssh_api.c sshconnect.c
sshd.c
Log message:
correctly match ECDSA subtype (== curve) for offered/recevied
host keys. Fixes connection-killing host key mismatches when
a server offers multiple ECDSA keys with different curve type
(an extremely unlikely configuration).
ok markus, "looks mechanical" deraadt@