CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2020/12/28 17:59:15

Modified files:
        usr.bin/ssh    : Makefile.inc crypto_api.h kex.c kex.h kexgen.c 
                         monitor.c ssh-keyscan.c ssh_api.c sshconnect2.c 
                         sshd.c sshd_config.5 
Added files:
        usr.bin/ssh    : kexsntrup761x25519.c sntrup761.c sntrup761.sh 
Removed files:
        usr.bin/ssh    : kexsntrup4591761x25519.c sntrup4591761.c 
                         sntrup4591761.sh 

Log message:
Update/replace the experimental post-quantim hybrid key exchange
method based on Streamlined NTRU Prime (coupled with X25519).

The previous [email protected] method is
replaced with [email protected]. Per the authors,
sntrup4591761 was replaced almost two years ago by sntrup761.

The sntrup761 implementaion, like sntrup4591761 before it, is public
domain code extracted from the SUPERCOP cryptography benchmark
suite (https://bench.cr.yp.to/supercop.html).

Thanks for Daniel J Bernstein for guidance on algorithm selection.
Patch from Tobias Heider; feedback & ok markus@ and myself

(note this both the updated method and the one that it replaced are
disabled by default)

Reply via email to