From fbb2803309f8188befc9e38f21303d1dc4cbb83e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 5 Jan 2007 18:15:31 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19724 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/des/ChangeLog b/lib/des/ChangeLog index 9537adf57..5650b7e16 100644 --- a/lib/des/ChangeLog +++ b/lib/des/ChangeLog @@ -1,5 +1,13 @@ +2007-01-05 Love Hörnquist Åstrand + + * rsa-imath.c: Add keyblinding, add a commented out CRT based RSA. + + * rsa.c: Add iqmp. + 2007-01-04 Love Hörnquist Åstrand + * rsa.c: add missing ; + * rsa.c: Add i2d_RSAPrivateKey. * rsa.h: Add i2d_RSAPrivateKey.