CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2023/12/18 07:57:43
Modified files: usr.bin/ssh : Tag: OPENBSD_7_3 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. from djm@; with markus@ this is errata/7.3/024_ssh.patch.sig