summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-sk-helper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use the new variant log macros instead of prepending __func__ anddjm2020-10-181-23/+24
* fix memleak of signature; from Pedro Martellettodjm2020-05-261-5/+8
* improve the error message for u2f enrollment errors by makingdjm2020-01-251-2/+2
* pass the log-on-stderr flag and log level through to ssh-sk-helper,djm2020-01-101-7/+12
* Extends the SK API to accept a set of key/value options for alldjm2020-01-061-18/+27
* SK API and sk-helper error/PIN passingdjm2019-12-301-22/+84
* implement loading of resident keys in ssh-sk-helperdjm2019-12-301-1/+48
* perform security key enrollment via ssh-sk-helper too. This meansdjm2019-12-131-38/+121
* enable ed25519 support; ok djmmarkus2019-11-121-2/+2
* rename sshsk_ecdsa_sign() to sshsk_sign(); ok djmmarkus2019-11-121-2/+2
* ssh-agent support for U2F/FIDO keysdjm2019-10-311-0/+141