- markus@cvs.openbsd.org 2001/04/30 16:02:49
[compat.c] ssh-2.0.10 has the weak-key-bug, too.
This commit is contained in:
parent
8c96392255
commit
aebd0b66fd
|
@ -6,6 +6,9 @@
|
||||||
- markus@cvs.openbsd.org 2001/04/30 15:50:46
|
- markus@cvs.openbsd.org 2001/04/30 15:50:46
|
||||||
[compat.c compat.h kex.c]
|
[compat.c compat.h kex.c]
|
||||||
allow interop with weaker key generation used by ssh-2.0.x, x < 10
|
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
|
- (tim) [contrib/caldera/openssh.spec] add Requires line for Caldera 3.1
|
||||||
|
|
||||||
20010430
|
20010430
|
||||||
|
@ -5292,4 +5295,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- 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 $
|
||||||
|
|
4
compat.c
4
compat.c
|
@ -23,7 +23,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#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
|
#ifdef HAVE_LIBPCRE
|
||||||
# include <pcreposix.h>
|
# include <pcreposix.h>
|
||||||
|
@ -94,7 +94,7 @@ compat_datafellows(const char *version)
|
||||||
SSH_BUG_PKSERVICE|SSH_BUG_X11FWD|
|
SSH_BUG_PKSERVICE|SSH_BUG_X11FWD|
|
||||||
SSH_BUG_PKOK|SSH_BUG_RSASIGMD5|
|
SSH_BUG_PKOK|SSH_BUG_RSASIGMD5|
|
||||||
SSH_BUG_HBSERVICE|SSH_BUG_OPENFAILURE },
|
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_OLD_SESSIONID|SSH_BUG_DEBUG|
|
||||||
SSH_BUG_PKSERVICE|SSH_BUG_X11FWD|
|
SSH_BUG_PKSERVICE|SSH_BUG_X11FWD|
|
||||||
SSH_BUG_PKAUTH|SSH_BUG_PKOK|
|
SSH_BUG_PKAUTH|SSH_BUG_PKOK|
|
||||||
|
|
Loading…
Reference in New Issue