CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/02/23 08:58:38
Modified files:
usr.bin/ssh : Makefile.inc authfd.c authfd.h authfile.c
cipher.c dns.c dns.h pathnames.h readconf.c
servconf.c ssh-add.c ssh-agent.c ssh-keygen.c
ssh-keyscan.c ssh-keysign.c ssh.c sshconnect.c
sshd.c sshkey.c sshkey.h
Added files:
usr.bin/ssh : ssh-xmss.c sshkey-xmss.c sshkey-xmss.h
xmss_commons.c xmss_commons.h xmss_fast.c
xmss_fast.h xmss_hash.c xmss_hash.h
xmss_hash_address.c xmss_hash_address.h
xmss_wots.c xmss_wots.h
Log message:
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@