]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: use ssh-sk-helper for all security key signing operations
authordjm@openbsd.org <djm@openbsd.org>
Fri, 13 Dec 2019 19:09:10 +0000 (19:09 +0000)
committerDamien Miller <djm@mindrot.org>
Fri, 13 Dec 2019 20:17:44 +0000 (07:17 +1100)
commitb52ec0ba3983859514aa7b57d6100fa9759fe696
tree262c9a2ebc4e6972594f45ea75fc15e8ae3bfefb
parentc33d46868c3d88e04a92610cdb429094aeeb5847
upstream: use ssh-sk-helper for all security key signing operations

This extracts and refactors the client interface for ssh-sk-helper
from ssh-agent and generalises it for use by the other programs.
This means that most OpenSSH tools no longer need to link against
libfido2 or directly interact with /dev/uhid*

requested by, feedback and ok markus@

OpenBSD-Commit-ID: 1abcd3aea9a7460eccfbf8ca154cdfa62f1dc93f
ssh-agent.c
ssh-sk.c
ssh-sk.h
sshkey.c
sshkey.h