about summary refs log tree commit diff
path: root/src/libutil/md5.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-02-13 * Optional switch "--with-openssl=<PATH>" to use OpenSSL'sEelco Dolstra1-8/+8
implementations of MD5, SHA-1 and SHA-256. The main benefit is that we get assembler-optimised implementations of MD5 and SHA-1 (though not SHA-256 (at least on x86), unfortunately). OpenSSL's SHA-1 implementation on Intel is twice as fast as ours.
2005-01-14 * Removed some dead code.Eelco Dolstra1-83/+0
2003-11-18 * Source tree refactoring.Eelco Dolstra1-0/+448