CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2023/12/18 07:45:17
Modified files: usr.bin/ssh : PROTOCOL kex.c kex.h packet.c packet.h sshconnect2.c Log message: implement "strict key exchange" in ssh and sshd This adds a protocol extension to improve the integrity of the SSH transport protocol, particular in and around the initial key exchange (KEX) phase. Full details of the extension are in the PROTOCOL file. with markus@