From d4dc7b5eba348f9318b804ca9a325295b6f6ed93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 6 May 2006 12:41:50 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17479 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lib/des/ChangeLog b/lib/des/ChangeLog index f4a7fd475..2286d6977 100644 --- a/lib/des/ChangeLog +++ b/lib/des/ChangeLog @@ -1,5 +1,18 @@ 2006-05-06 Love Hörnquist Åstrand + * engine.c: Lets say we have RSA_null_method(), not really + useable, but still. + + * test_engine_dso.c: If there are no arguments, use the internal + engine. + + * engine.h: Cpp rename some ENGINE symbols. + + * engine.c (ENGINE_load_builtin_engines): Load the internal + engine. + + * dh.c: Default to use DH-imath. + * dh.c (DH_check_pubkey): describe what the function do 2006-05-05 Love Hörnquist Åstrand