git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17479 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-06 12:41:50 +00:00
parent 037bc4d27e
commit d4dc7b5eba

View File

@@ -1,5 +1,18 @@
2006-05-06 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <20>strand <lha@it.su.se>