Darren Tucker
|
71e48bc794
|
Remove extra XMSS #endif
Extra #endif breaks compile with -DWITH_XMSS. Pointed out by Jack
Schmidt via github.
|
2018-03-05 10:22:32 +11:00 |
dtucker@openbsd.org
|
27b9f3950e
|
upstream: Add $OpenBSD$ markers to xmss files to help keep synced
with portable. ok djm@.
OpenBSD-Commit-ID: 5233a27aafd1dfadad4b957225f95ae51eb365c1
|
2018-03-02 14:29:25 +11:00 |
dtucker@openbsd.org
|
afd830847a
|
upstream: Add newline at end of file to prevent compiler warnings.
OpenBSD-Commit-ID: 52f247d4eafe840c7c14c8befa71a760a8eeb063
|
2018-03-02 14:29:01 +11:00 |
Darren Tucker
|
a10d8552d0
|
Conditionally compile XMSS code.
The XMSS code is currently experimental and, unlike the rest of OpenSSH
cannot currently be compiled with a c89 compiler.
|
2018-02-28 16:52:12 +11:00 |
Darren Tucker
|
c7ef4a3991
|
Wrap <stdint.h> in #ifdef HAVE_STDINT_H.
|
2018-02-26 17:42:56 +11:00 |
Darren Tucker
|
534b2680a1
|
Comment out hexdump().
Nothing currently uses them but they cause conflicts on at least
FreeBSD, possibly others. ok djm@
|
2018-02-26 14:51:59 +11:00 |
markus@openbsd.org
|
1b11ea7c58
|
upstream: Add experimental support for PQC XMSS keys (Extended
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
|
2018-02-26 11:40:41 +11:00 |