in _ssh_order_hostkeyalgs() consider ECDSA curve type when arranging
authordjm <djm@openbsd.org>
Fri, 18 Oct 2024 05:14:51 +0000 (05:14 +0000)
committerdjm <djm@openbsd.org>
Fri, 18 Oct 2024 05:14:51 +0000 (05:14 +0000)
commit559366d60a3ec28558bac09ee7122b367df18637
treeb8a3075a2b9d53642c1652cddf321f864ccc1041
parentd47e98a976588179c954fc7a8d0b1894d6df9832
in _ssh_order_hostkeyalgs() consider ECDSA curve type when arranging
the hostkey algorithms. AFAIK this code is unused in OpenSSH, but I
guess others are using it

based on GHPR387 from Pawel Jakub Dawidek
usr.bin/ssh/ssh_api.c