summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh_api.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* avoid more fatal/exit in the packet.c paths that ssh-keyscandjm2015-01-301-2/+3
| | | | uses; feedback and "looks good" markus@
* correctly match ECDSA subtype (== curve) for offered/recevieddjm2015-01-261-7/+9
| | | | | | | | 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@
* add experimental api for packet layer; ok djm@markus2015-01-191-0/+525