summaryrefslogtreecommitdiff
path: root/xmss_commons.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove extra XMSS #endifDarren Tucker2018-03-051-1/+0
| | | | | Extra #endif breaks compile with -DWITH_XMSS. Pointed out by Jack Schmidt via github.
* 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
* upstream: Add newline at end of file to prevent compiler warnings.dtucker@openbsd.org2018-03-021-1/+1
| | | | OpenBSD-Commit-ID: 52f247d4eafe840c7c14c8befa71a760a8eeb063
* 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
|
* Comment out hexdump().Darren Tucker2018-02-261-1/+3
| | | | | Nothing currently uses them but they cause conflicts on at least FreeBSD, possibly others. ok djm@
* upstream: Add experimental support for PQC XMSS keys (Extendedmarkus@openbsd.org2018-02-261-0/+15
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