summaryrefslogtreecommitdiff
path: root/xmss_hash.c
Commit message (Collapse)AuthorAgeFilesLines
* upstream: Remove unnecessary includes: openssl/hmac.h andmillert@openbsd.org2022-04-271-4/+1
| | | | | | openssl/evp.h. From Martin Vahlensieck. OpenBSD-Commit-ID: a6debb5fb0c8a44e43e8d5ca7cc70ad2f3ea31c3
* wrap stdint.h include in HAVE_STDINT_HDamien Miller2019-10-091-1/+1
| | | | | | make the indenting a little more consistent too.. Fixes Solaris 2.6; reported by Tom G. Christensen
* upstream: Add $OpenBSD$ markers to xmss files to help keep synceddtucker@openbsd.org2018-03-021-0/+1
| | | | | | with portable. ok djm@. OpenBSD-Commit-ID: 5233a27aafd1dfadad4b957225f95ae51eb365c1
* Add WITH_XMSS, move to prevent conflicts.Darren Tucker2018-02-281-1/+1
| | | | | | Add #ifdef WITH_XMSS to ssh-xmss.c, move it in the other files to after includes.h so it's less likely to conflict and will pick up WITH_XMSS if added to config.h.
* Conditionally compile XMSS code.Darren Tucker2018-02-281-0/+2
| | | | | The XMSS code is currently experimental and, unlike the rest of OpenSSH cannot currently be compiled with a c89 compiler.
* Wrap <stdint.h> in #ifdef HAVE_STDINT_H.Darren Tucker2018-02-261-0/+2
|
* XMSS-related files get includes.hDamien Miller2018-02-261-0/+2
|
* upstream: Add experimental support for PQC XMSS keys (Extendedmarkus@openbsd.org2018-02-261-0/+133
Hash-Based Signatures) The code is not compiled in by default (see WITH_XMSS in Makefile.inc) Joint work with stefan-lukas_gazdag at genua.eu See https://tools.ietf.org/html/draft-irtf-cfrg-xmss-hash-based-signatures-12 ok djm@ OpenBSD-Commit-ID: ef3eccb96762a5d6f135d7daeef608df7776a7ac