summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-ed25519-sk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use the new variant log macros instead of prepending __func__ anddjm2020-10-181-3/+2
* change explicit_bzero();free() to freezero()jsg2020-02-261-5/+3
* more debugging; behind DEBUG_SKdjm2019-11-261-1/+22
* Add new structure for signature optionsdjm2019-11-251-2/+18
* remove extra layer for ed25519 signature; ok djm@markus2019-11-121-7/+4
* implement ssh-ed25519-sk verification; ok djm@markus2019-11-121-0/+130