Age | Commit message (Expand) | Author |
---|---|---|
2022-10-28 | refactor sshkey_private_deserialize | Damien Miller |
2022-10-28 | refactor sshkey_private_serialize_opt() | Damien Miller |
2022-10-28 | refactor sshkey_sign() and sshkey_verify() | Damien Miller |
2022-10-28 | refactor sshkey_from_blob_internal() | Damien Miller |
2022-10-28 | refactor sshkey_from_private() | Damien Miller |
2022-10-28 | factor out key generation | Damien Miller |
2022-10-28 | factor out public key serialization | Damien Miller |
2022-10-28 | factor out sshkey_equal_public() | Damien Miller |
2022-10-28 | begin big refactor of sshkey | Damien Miller |
2022-04-20 | Add missing includes of stdlib.h and stdint.h. | Todd C. Miller |
2020-10-19 | Adapt XMSS to new logging infrastructure. With markus@, ok djm@. | Darren Tucker |
2020-10-18 | use the new variant log macros instead of prepending __func__ and | Damien Miller |
2020-02-26 | change explicit_bzero();free() to freezero() | Jonathan Gray |
2018-02-23 | Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures) | Markus Friedl |