CVSROOT: /cvs Module name: src Changes by: dtuc...@cvs.openbsd.org 2015/05/26 17:23:40
Modified files: usr.bin/ssh : compat.c compat.h kexgexc.c Log message: Cap DH-GEX group size at 4kbits for Cisco implementations. Some of them will choke when asked for preferred sizes >4k instead of returning the 4k group that they do have. bz#2209, ok djm@