From e44de8b05e69665cbcf93da917e6f4504680c0d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 22 Sep 2006 15:49:20 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18159 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lib/des/ChangeLog b/lib/des/ChangeLog index f59bbf1f8..9290bf895 100644 --- a/lib/des/ChangeLog +++ b/lib/des/ChangeLog @@ -1,3 +1,15 @@ +2006-09-22 Love Hörnquist Åstrand + + * ui.c (read_string): Try to not call signaction for signal 0 and + use NSIG if it exists to determin how many signals there exists, + also, only restore those signalhandlers that we got out. + + Bug reported by and patch tested by Harald Barth. + +2006-09-15 Love Hörnquist Åstrand + + * rsa-imath.c: Add commeted out test that exponent is > 3 + 2006-05-13 Love Hörnquist Åstrand * bn.c (BN_rand): avoid shadowing.