summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-ed25519.c
AgeCommit message (Expand)Author
2022-10-28refactor sshkey_private_deserializeDamien Miller
2022-10-28refactor sshkey_private_serialize_opt()Damien Miller
2022-10-28refactor sshkey_sign() and sshkey_verify()Damien Miller
2022-10-28refactor sshkey_from_blob_internal()Damien Miller
2022-10-28refactor sshkey_from_private()Damien Miller
2022-10-28factor out key generationDamien Miller
2022-10-28factor out public key serializationDamien Miller
2022-10-28factor out sshkey_equal_public()Damien Miller
2022-10-28begin big refactor of sshkeyDamien Miller
2022-08-26whitespaceDamien Miller
2020-10-18use the new variant log macros instead of prepending __func__ andDamien Miller
2020-02-26change explicit_bzero();free() to freezero()Jonathan Gray
2016-04-21make argument == NULL tests more consistentDamien Miller
2015-01-15remove xmalloc, switch to sshbufMarkus Friedl
2014-10-14plug a memory leak; from Maxime Villard.Daniel Dickman
2014-06-24New key API: refactor key-related functions to be more library-like,Damien Miller
2014-02-23check for unsigned overflow; not reachable in OpenSSH but others mightDamien Miller
2014-02-02convert memset of potentially-private data to explicit_bzero()Damien Miller
2013-12-06support ed25519 keys (hostkeys and user identities) using the public domainMarkus Friedl