aboutsummaryrefslogtreecommitdiff
path: root/src/pki_ed25519.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-18pki: Allow reading keys in new OpenSSH formatJakub Jelen1-0/+22
2018-04-25pki: Fix duplicating ed25519 public keysAndreas Schneider1-11/+14
2018-02-12src: Use explicit_bzero() if available on the platformAndreas Schneider1-2/+2
2017-10-28Fix config.h includesAndreas Schneider1-0/+2
2016-11-06pki_ed25519: Do paranoia checks before we allocate memoryAndreas Schneider1-5/+7
2015-09-07pki: Use the standard logging functionAndreas Schneider1-1/+1
2015-06-24pki: Fix allocation of ed25519 public keysTiamo Laitakari1-2/+2
2014-10-02ed25519: fix leak in pki_ed25519_signJon Simons1-2/+2
2014-09-07ed25519: Generate, sign and verify keys.Aris1-0/+305