summaryrefslogtreecommitdiff
path: root/sshkey-xmss.c
AgeCommit message (Expand)Author
2019-11-15upstream: fix shield/unshield for xmss keys: - in ssh-agent we needmarkus@openbsd.org
2019-10-14upstream: memleak in error path; spotted by oss-fuzz, ok markus@djm@openbsd.org
2019-10-09upstream: fix integer overflow in XMSS private key parsing.djm@openbsd.org
2019-07-05upstream: When system calls indicate an error they return -1, notderaadt@openbsd.org
2019-06-28upstream: Some asprintf() calls were checked < 0, rather than thederaadt@openbsd.org
2018-07-10upstream: replace cast with call to sshbuf_mutable_ptr(); ok djm@markus@openbsd.org
2018-04-10upstream: lots of typos in comments/docs. Patch from Karsten Weissdjm@openbsd.org
2018-02-28Add WITH_XMSS, move to prevent conflicts.Darren Tucker
2018-02-28Conditionally compile XMSS code.Darren Tucker
2018-02-26XMSS-related files get includes.hDamien Miller
2018-02-26upstream: Add experimental support for PQC XMSS keys (Extendedmarkus@openbsd.org