wolfssh/apps
John Safranek 2e1ff86799 Reject unknown host when user declines to add key
ClientPublicKeyCheck() prompted to add an unknown server's key
to known_hosts but, if the user declined, left ret at 0 and
returned WS_SUCCESS, silently accepting the unverified host.
Set ret = -1 in the else branch to mirror the otherMatch case
and abort the handshake when the user does not confirm.

Issue: F-3444
2026-05-11 22:28:44 -07:00
..
wolfssh Reject unknown host when user declines to add key 2026-05-11 22:28:44 -07:00
wolfsshd wolfsshd: zero stored hash copy before free 2026-05-08 12:26:36 -07:00
include.am wolfSSH Client 2023-09-25 09:23:13 -07:00