CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/04/20 18:30:48
Modified files:
usr.bin/ssh : Tag: OPENBSD_5_5 bufaux.c compat.c compat.h
sshconnect2.c sshd.c version.h
Log message:
MFC:
reliability fix for OpenSSH using [email protected] key
exchange method.
revision 1.71
date: 2014/04/18 23:52:25; author: djm; state: Exp; lines: +2 -2;
OpenSSH 6.5 and 6.6 have a bug that causes ~0.2% of connections
using the [email protected] KEX exchange method to fail
when connecting with something that implements the spec properly.
Disable this KEX method when speaking to one of the affected
versions.
revision 1.57
date: 2014/04/16 23:22:45; author: djm; state: Exp; lines: +4 -1;
skip leading zero bytes in buffer_put_bignum2_from_string();
reported by jan AT mojzis.com; ok markus@