md5, sha1, sha256, sha512: use openssl routines if available
[gnulib.git] / lib / md5.c
2013-12-03 Pádraig Bradymd5, sha1, sha256, sha512: use openssl routines if...
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-11-30 Paul Eggertarctwo, md4, md5, sha1, sha256, sha512: no 'static...
2012-05-18 Paul Eggertcrypto: fix bug in large buffer handling
2012-02-10 Paul Eggertmaint: replace FSF snail-mail addresses with URLs
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-10-27 Paul Eggertcrypto libraries: use stdalign
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-29 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2009-10-23 Pádraig Bradydigests, copy-file: increase the IO buffer size from...
2008-03-15 Jim MeyeringUndo last change.
2008-03-15 Jim Meyeringsha1.c, md5.c: Hoist a redundant expression.
2008-01-31 Bruno HaibleMark set_uint32 function as 'inline'.
2008-01-31 Jim MeyeringUse "sizeof VAR", rather than a literal "4".
2008-01-31 Jim MeyeringPrefer "sizeof v" over the equivalent "4".
2008-01-31 Simon Josefssonmd5: adapt alignment constraint fix from sha1.
2006-09-13 Paul Eggert* _fpending.c: Include <config.h> unconditionally,...
2006-01-12 Paul EggertSync from coreutils.
2005-10-28 Simon Josefsson* md5.h, md5.c: Simplify buffer handling visavi alignment,
2005-10-17 Simon JosefssonSeparate sha1 from md5. Use stdint.h in both modules.
2005-09-12 Paul EggertMerge glibc and coreutils changes into gnulib, plus...
2005-05-14 Paul Eggert*** empty log message ***
2004-10-04 Simon Josefssonerror.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO'...
2004-10-04 Paul EggertRemove dependencies on unlocked-io.
2004-08-07 Paul EggertMerge from coreutils.
2003-09-09 Paul EggertRemove K&R cruft.
2003-08-14 Paul EggertMerge from coreutils.
2001-11-17 Jim MeyeringInclude unlocked-io.h.
2000-10-22 Jim Meyering(md5_process_block) [OP]: Use `rol', not CYCLIC.
2000-08-07 Jim Meyeringback out Copyright date changes for files with no chang...
2000-07-09 Jim Meyeringupdate copyright date
1996-11-02 Jim Meyeringupdate copyright
1996-10-24 Jim MeyeringUpdate from GNU libc.
1996-10-20 Jim Meyering(md5_process_bytes): Cast void* pointer to char* before TEXTUTILS-1_19o
1996-10-20 Jim MeyeringUpdate from GNU libc.
1996-10-11 Jim Meyering(md5_stream): Apply fix from Ralph Loader
1996-07-15 Jim Meyeringupdate FSF address in copyright and remove any trailing...
1995-07-30 Jim Meyering[memcpy]: Define to bcopy if needed.
1995-07-21 Jim Meyering(md5_stream): Check for read failure and return
1995-07-20 Jim Meyering.