From 7bb7aad766af50a1b4a97bf329f9a00c4c80bc37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 14 Oct 2006 09:23:00 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18451 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/ChangeLog | 2 ++ lib/des/ChangeLog | 11 +++++++++++ lib/hx509/ChangeLog | 6 +++++- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/lib/asn1/ChangeLog b/lib/asn1/ChangeLog index 073a338a0..7770603ea 100644 --- a/lib/asn1/ChangeLog +++ b/lib/asn1/ChangeLog @@ -1,5 +1,7 @@ 2006-10-14 Love Hörnquist Åstrand + * timegm.c: rename the buildin timegm to _der_timegm + * heim_asn1.h: move prototype away from here. * der_format.c: Add der_parse_heim_oid diff --git a/lib/des/ChangeLog b/lib/des/ChangeLog index 15dcb99b0..9054fa35a 100644 --- a/lib/des/ChangeLog +++ b/lib/des/ChangeLog @@ -1,3 +1,14 @@ +2006-10-14 Love Hörnquist Åstrand + + * bn.c: Drop heim_any.h, prefix der primitives with der_ + + * rsa.c: Drop heim_any.h. + +2006-10-11 Love Hörnquist Åstrand + + * rsa.c (RSA_free): Call the meth->finish before releasing the + engine. + 2006-10-06 Love Hörnquist Åstrand * imath/imath.c: Cast argument to ctype(3) functions to (unsigned diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index 44dcad32b..a90c749a4 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -1,5 +1,9 @@ -2006-10-11 Love Hörnquist Åstrand +2006-10-14 Love Hörnquist Åstrand + * hx_locl.h: Drop heim_any.h + +2006-10-11 Love Hörnquist Åstrand + * ks_p11.c (p11_release_module): j needs to be used as inter loop index. From Douglas Engert.