From 6fffde6387ce744495e941b92bd7910c6a5592ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 8 Jan 2006 21:50:18 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16481 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/des/ChangeLog b/lib/des/ChangeLog index 35415184b..db89fdffd 100644 --- a/lib/des/ChangeLog +++ b/lib/des/ChangeLog @@ -1,3 +1,12 @@ +2006-01-08 Love Hörnquist Åstrand + + * implement enough glue to support OpenSSLs EVP, RSA, DSA, DH, + HMAC, RAND and ENGINE interfaces for use in hx509. rename all + symbols to start with hc_ to avoid clobbering namespaces. contains + no RSA/DH/DSA code, just glue to support using dynamic + ENGINE. hx509 supports this via pkcs11 and there is a gmp ENGINE + module supporting RSA. Also contains a MD2 digest for completion. + 2005-07-20 Love Hörnquist Åstrand * des.c,des.h,rnd_keys.c: change unsigned char * to void *