CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/12/17 19:25:15
Modified files:
usr.bin/ssh : auth2-hostbased.c auth2-pubkey.c clientloop.c
kexc25519c.c kexdhc.c kexecdhc.c kexgexc.c
key.c key.h krl.c monitor.c monitor_wrap.c
monitor_wrap.h serverloop.c ssh-keygen.c
ssh-rsa.c sshkey.c sshkey.h
Log message:
pass negotiated signing algorithm though to sshkey_verify() and
check that the negotiated algorithm matches the type in the
signature (only matters for RSA SHA1/SHA2 sigs). ok markus@