[PATCH] Message digest test suite and incomplete MD4 support

Werner Koch wk@gnupg.org
Sun, 10 Nov 2002 19:07:21 +0100


On Sat, 02 Nov 2002 22:45:21 +0100, Simon Josefsson said:

> I need MD4 support so I wrote the below, but it didn't work so I added

I have commited that changes but I changed the value of the
GCRY_MD_MD4 macro.  Thanks.

> a test suite for message digests (thus removing a TODO in
> tests/basic.c), but wasn't able to get it to work anyway (the dynamic
> algorithm loading stuff is rather convoluted IMHO).  The test case

Agreed.  It has been removed from GnuPG so we will probably also
remove it form libgcrypt.  There is no real point in having loadable
algorithms, given that the text is usually small and the large tables
some algorithms use are anywat paged in on demand.

> fails the same way for the TIGER algorithm, so perhaps there is
> something genuinely wrong.  I'm thankful for any help in getting this
> to work, and to get it included in the distribution (I have signed
> papers now).


Salam-Shalom,

   Werner