summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-xmss.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adapt XMSS to new logging infrastructure. With markus@, ok djm@.dtucker2020-10-191-3/+3
* 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
* Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)markus2018-02-231-0/+188