summaryrefslogtreecommitdiff
path: root/ssh-ed25519-sk.c
Commit message (Collapse)AuthorAgeFilesLines
* upstream: change explicit_bzero();free() to freezero()jsg@openbsd.org2020-02-281-5/+3
| | | | | | | | | | While freezero() returns early if the pointer is NULL the tests for NULL in callers are left to avoid warnings about passing an uninitialised size argument across a function boundry. ok deraadt@ djm@ OpenBSD-Commit-ID: 2660fa334fcc7cd05ec74dd99cb036f9ade6384a
* Include compat header for definitions.Darren Tucker2020-01-141-0/+2
|
* upstream: more debugging; behind DEBUG_SKdjm@openbsd.org2019-11-271-1/+22
| | | | OpenBSD-Commit-ID: a978896227118557505999ddefc1f4c839818b60
* upstream: Add new structure for signature optionsdjm@openbsd.org2019-11-251-2/+18
| | | | | | | | | | | This is populated during signature verification with additional fields that are present in and covered by the signature. At the moment, it is only used to record security key-specific options, especially the flags field. with and ok markus@ OpenBSD-Commit-ID: 338a1f0e04904008836130bedb9ece4faafd4e49
* upstream: remove extra layer for ed25519 signature; ok djm@markus@openbsd.org2019-11-131-7/+4
| | | | OpenBSD-Commit-ID: 7672d9d0278b4bf656a12d3aab0c0bfe92a8ae47
* upstream: implement ssh-ed25519-sk verification; ok djm@markus@openbsd.org2019-11-131-0/+130
OpenBSD-Commit-ID: 37906d93948a1e3d237c20e713d6ca8fbf7d13f6