[compat.c]
     ssh-2.0.10 has the weak-key-bug, too.
This commit is contained in:
Ben Lindstrom 2001-04-30 23:09:45 +00:00
parent 8c96392255
commit aebd0b66fd
2 changed files with 6 additions and 3 deletions

View File

@ -6,6 +6,9 @@
- markus@cvs.openbsd.org 2001/04/30 15:50:46
[compat.c compat.h kex.c]
allow interop with weaker key generation used by ssh-2.0.x, x < 10
- markus@cvs.openbsd.org 2001/04/30 16:02:49
[compat.c]
ssh-2.0.10 has the weak-key-bug, too.
- (tim) [contrib/caldera/openssh.spec] add Requires line for Caldera 3.1
20010430
@ -5292,4 +5295,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.1187 2001/04/30 23:06:57 mouring Exp $
$Id: ChangeLog,v 1.1188 2001/04/30 23:09:45 mouring Exp $

View File

@ -23,7 +23,7 @@
*/
#include "includes.h"
RCSID("$OpenBSD: compat.c,v 1.49 2001/04/30 15:50:46 markus Exp $");
RCSID("$OpenBSD: compat.c,v 1.50 2001/04/30 16:02:49 markus Exp $");
#ifdef HAVE_LIBPCRE
# include <pcreposix.h>
@ -94,7 +94,7 @@ compat_datafellows(const char *version)
SSH_BUG_PKSERVICE|SSH_BUG_X11FWD|
SSH_BUG_PKOK|SSH_BUG_RSASIGMD5|
SSH_BUG_HBSERVICE|SSH_BUG_OPENFAILURE },
{ "^2\\.0\\.1[0-2]", SSH_BUG_SIGBLOB|SSH_BUG_HMAC|
{ "^2\\.0\\.1[1-2]", SSH_BUG_SIGBLOB|SSH_BUG_HMAC|
SSH_OLD_SESSIONID|SSH_BUG_DEBUG|
SSH_BUG_PKSERVICE|SSH_BUG_X11FWD|
SSH_BUG_PKAUTH|SSH_BUG_PKOK|