summaryrefslogtreecommitdiff
path: root/sshkey-xmss.c
Commit message (Expand)AuthorAgeFilesLines
* upstream: factor out key generationdjm@openbsd.org2022-10-281-2/+2
* upstream: highly polished whitespace, mostly fixing spaces-for-tabdjm@openbsd.org2021-04-031-2/+2
* upstream: Fix PRINT macro, the suffix param to sshlog() was missing.millert@openbsd.org2021-03-101-21/+20
* upstream: Adapt XMSS to new logging infrastructure. With markus@, okdtucker@openbsd.org2020-10-201-8/+10
* upstream: fix shield/unshield for xmss keys: - in ssh-agent we needmarkus@openbsd.org2019-11-151-4/+52
* upstream: memleak in error path; spotted by oss-fuzz, ok markus@djm@openbsd.org2019-10-141-9/+17
* upstream: fix integer overflow in XMSS private key parsing.djm@openbsd.org2019-10-091-2/+3
* upstream: When system calls indicate an error they return -1, notderaadt@openbsd.org2019-07-051-7/+7
* upstream: Some asprintf() calls were checked < 0, rather than thederaadt@openbsd.org2019-06-281-7/+7
* upstream: replace cast with call to sshbuf_mutable_ptr(); ok djm@markus@openbsd.org2018-07-101-2/+2
* upstream: lots of typos in comments/docs. Patch from Karsten Weissdjm@openbsd.org2018-04-101-3/+3
* Add WITH_XMSS, move to prevent conflicts.Darren Tucker2018-02-281-1/+1
* Conditionally compile XMSS code.Darren Tucker2018-02-281-0/+2
* XMSS-related files get includes.hDamien Miller2018-02-261-0/+5
* upstream: Add experimental support for PQC XMSS keys (Extendedmarkus@openbsd.org2018-02-261-0/+1048