From 71a0098c0dbdad744f7a1aa0a484f2a2e93d9d12 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 27 Apr 2008 18:49:46 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23092 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/telnet/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/appl/telnet/ChangeLog b/appl/telnet/ChangeLog index ebd609d8d..f5222212b 100644 --- a/appl/telnet/ChangeLog +++ b/appl/telnet/ChangeLog @@ -1,3 +1,13 @@ +2008-04-27 Love Hörnquist Åstrand + + * libtelnet/enc_des.c: Use RAND_bytes() + DES_is_weak_key() to + generate random DES key. Introdunce random by feeding the des + session key into the random pool when the keys is recived instead + of encrypt the random key with the kerberos key. + + This avoid depenency on DES_new_random_key() that doesn't exists + in OpenSSL. + 2008-04-18 Love Hörnquist Åstrand * libtelnet/enc_des.c: No need to call -- 2.11.4.GIT