From cd9b9cb29f69484191f63bbba256eae737146026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 28 Feb 2006 14:19:48 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16778 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/des/ChangeLog b/lib/des/ChangeLog index db012b5ca..29ce654c4 100644 --- a/lib/des/ChangeLog +++ b/lib/des/ChangeLog @@ -1,3 +1,14 @@ +2006-02-28 Love Hörnquist Åstrand + + * Makefile.am: Add pkcs5 files. + + * test_pkcs5.c: Testcases for pkcs5 pbe2. + + * pkcs5.c (PKCS5_PBKDF2_HMAC_SHA1): new function. + + * hmac.c: Digest key when it exceeds block size, not when it + exceeds the size of the output block. + 2006-02-16 Love Hörnquist Åstrand * rand.c (RAND_bytes): Don't abort() on failure, return error.