summaryrefslogtreecommitdiff
path: root/ssh-sk-client.c
Commit message (Collapse)AuthorAgeFilesLines
* remove a bunch of ENABLE_SK #ifdefsDamien Miller2019-12-141-0/+8
| | | | | | | | | | | The ssh-sk-helper client API gives us a nice place to disable security key support when it is wasn't enabled at compile time, so we don't need to check everywere. Also, verification of security key signatures can remain enabled all the time - it has no additional dependencies. So sshd can accept security key pubkeys in authorized_keys, etc regardless of the host's support for dlopen, etc.
* ssh-sk-client.c needs includes.hDamien Miller2019-12-141-0/+2
|
* upstream: actually commit the ssh-sk-helper client code; ok markusdjm@openbsd.org2019-12-141-0/+323
OpenBSD-Commit-ID: fd2ea776a5bbbf4d452989d3c3054cf25a5e0589