log src/lib/md4.c @ 22656:1789bf2a1e01

age author description
Wed, 11 Jan 2017 01:57:46 +0100 Stephan Bosch global: Replaced all instances of memset(p, 0, sizeof(*p)) with the new i_zero() macro.
Sat, 19 Nov 2016 01:57:40 +0200 Timo Sirainen lib: Mark md4/md5/sha1/sha2 code with ATTR_UNSIGNED_WRAPS
Tue, 10 May 2016 10:19:57 +0300 Martti Rannanjärvi [LEN] to [static LEN] on some function parameters
Wed, 07 May 2014 18:39:23 +0300 Phil Carmody lib: fix md4/md5 buffer read overrun
Wed, 27 Jun 2012 04:24:53 +0300 Timo Sirainen Try to avoid (void) casts by adding more ATTR_NOWARN_UNUSED_RESULT.
Mon, 25 Jun 2012 01:14:03 +0300 Timo Sirainen Make sure we check all the functions' return values. Minor API changes to simplify this.
Tue, 19 Oct 2010 18:09:16 +0100 Timo Sirainen liblib: Added a common API for accessing all hash methods.
Mon, 09 Oct 2006 02:14:13 +0300 Timo Sirainen Added MD4_RESULTLEN macro. HEAD
Fri, 16 Jun 2006 13:28:32 +0300 Timo Sirainen MD4 was broken with 64bit systems. Added a few x86-64 optimizations. Patch HEAD
Wed, 28 Jul 2004 18:39:29 +0300 Timo Sirainen NTLM authentication. Patch by Andrey Panin HEAD