summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-xmss.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-04-20Add missing includes of stdlib.h and stdint.h.Todd C. Miller
2020-10-19Adapt XMSS to new logging infrastructure. With markus@, ok djm@.Darren Tucker
2020-10-18use the new variant log macros instead of prepending __func__ andDamien Miller
2020-02-26change explicit_bzero();free() to freezero()Jonathan Gray
2018-02-23Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)Markus Friedl