summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-ed25519.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-13/+7
* make argument == NULL tests more consistentdjm2016-04-211-2/+3
* remove xmalloc, switch to sshbufmarkus2015-01-151-5/+3
* plug a memory leak; from Maxime Villard.daniel2014-10-141-3/+5
* New key API: refactor key-related functions to be more library-like,djm2014-06-241-84/+100
* check for unsigned overflow; not reachable in OpenSSH but others mightdjm2014-02-231-1/+7
* convert memset of potentially-private data to explicit_bzero()djm2014-02-021-5/+5
* support ed25519 keys (hostkeys and user identities) using the public domainmarkus2013-12-061-0/+141