Package: libssl0.9.7
Version: 0.9.7g-1
Followup-For: Bug #309274

I got hit with a similar thing,

[EMAIL PROTECTED]:~/tmp/openssh-3.8.1p1$ /usr/bin/ssh weill
check_host_key: getnameinfo failed

However, once I rebuilt with ssh things suddenly seemed fine.

After a bit of work with readelf, diff and addr2line it seems the
value of RC4_KEY (at least) is completely different between the
versions ...

#include "openssl/rc4.h"
main(void)
{

        printf("%d\n", sizeof(RC4_KEY));
}

-- 0.9.7e-3 --
[EMAIL PROTECTED]:~/tmp$ ./test
258

-- 0.9.7g-1 --
[EMAIL PROTECTED]:~/tmp$ ./test
512

I guess a rebuild of ssh against the new library is the easiest way to
fix it; but it may be a versioning issue, I'm not sure.

-i
[EMAIL PROTECTED]
http://www.gelato.unsw.edu.au


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ia64
Kernel: Linux 2.6.10
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages libssl0.9.7 depends on:
ii  debconf [debconf-2.0]       1.4.48       Debian configuration management sy
ii  libc6.1                     2.3.2.ds1-21 GNU C Library: Shared libraries an

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to