CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2016/05/02 04:26:04
Modified files: usr.bin/ssh : dh.c dh.h kex.c kex.h kexdh.c kexdhc.c kexdhs.c monitor.c myproposal.h ssh-keyscan.c ssh_api.c sshconnect2.c sshd.c Log message: add support for additional fixed DH groups from draft-ietf-curdle-ssh-kex-sha2-03 diffie-hellman-group14-sha256 (2K group) diffie-hellman-group16-sha512 (4K group) diffie-hellman-group18-sha512 (8K group) based on patch from Mark D. Baushke and Darren Tucker ok markus@