summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/sha1/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/sha1/ChangeLog')
-rw-r--r--src/lib/crypto/sha1/ChangeLog110
1 files changed, 0 insertions, 110 deletions
diff --git a/src/lib/crypto/sha1/ChangeLog b/src/lib/crypto/sha1/ChangeLog
deleted file mode 100644
index 8c473b5e6..000000000
--- a/src/lib/crypto/sha1/ChangeLog
+++ /dev/null
@@ -1,110 +0,0 @@
-2006-04-01 Ken Raeburn <raeburn@mit.edu>
-
- * Makefile.in (DEFS): Make empty.
-
-2006-03-30 Ken Raeburn <raeburn@mit.edu>
-
- * shs.c: Include shs.h first.
-
-2006-03-13 Ken Raeburn <raeburn@mit.edu>
-
- * Makefile.in (check-unix): Use RUN_SETUP.
-
-2006-01-17 Ken Raeburn <raeburn@mit.edu>
-
- * Makefile.in (t_shs, t_shs3): Include support library. Use
- CC_LINK.
-
-2005-05-01 Ken Raeburn <raeburn@mit.edu>
-
- * shs.c (SHSTransform) [CONFIG_SMALL]: Roll loops for each round.
-
-2004-02-18 Ken Raeburn <raeburn@mit.edu>
-
- * shs.c: Use ANSI C style function definitions.
-
-2003-07-17 Ken Raeburn <raeburn@mit.edu>
-
- * Makefile.in (LIBNAME) [##WIN16##]: Don't define.
-
-2003-03-04 Ken Raeburn <raeburn@mit.edu>
-
- * shs.h (nist_sha_cksumtable_entry, hmac_sha_cksumtable_entry):
- Delete unused declarations.
-
-2003-01-10 Ken Raeburn <raeburn@mit.edu>
-
- * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag.
-
-2002-12-23 Ezra Peisach <epeisach@bu.edu>
-
- * t_shs3.c: Signed/unsigned cleanup. Provide function prototypes.
-
-2002-08-29 Ken Raeburn <raeburn@mit.edu>
-
- * Makefile.in: Revert $(S)=>/ change, for Windows support.
-
-2002-08-23 Ken Raeburn <raeburn@mit.edu>
-
- * Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
-
-2002-06-07 Miro Jurisic <meeroh@mit.edu>
-
- * shs.h: use "" include for k5-int.h
- [pullup from 1-2-2-branch]
-
-2001-12-05 Ezra Peisach <epeisach@mit.edu>
-
- * shs.c, shs.h (shsUpdate): Declare second argument as const.
-
-2001-07-16 Ken Raeburn <raeburn@mit.edu>
-
- * t_shs3.c: New test file from Marcus Watts.
- (longReverse): Resurrected function long since deleted from
- shs.c.
- * Makefile.in (check-unix, check-windows): Use t_shs3 test.
- (clean): Delete it.
-
- * shs.c (SHSTransform): Make input data pointer point to const.
- (SHSUpdate): Bugfixes suggested by Marcus Watts, to fix buffer
- overruns, bugs with small or odd block sizes.
-
-2001-07-05 Danilo Almeida <dalmeida@mit.edu>
-
- * shs.h, shs.c, t_shs.c: Fix sha1 on Windows by renaming LONG to
- SHS_LONG to avoid problem with LONG being signed on Windows.
- Rename BYTE to SHS_BYTE to avoid any name colisions with Windows
- (where BYTE and LONG are types defined in the Platform SDK).
-
-2001-06-21 Ezra Peisach <epeisach@mit.edu>
-
- * t_shs.c: Cast arguments to match printf format. Declare main as
- returning int. Comment out unused variables.
-
-2001-03-14 Ken Raeburn <raeburn@mit.edu>
-
- * shs.h: Stop using KRB5_PROTOTYPE.
-
-2000-01-21 Ken Raeburn <raeburn@mit.edu>
-
- * shs.c (ROTL): Change (a&b|c) construct to make meaning clear,
- and silence gcc warning.
- (longReverse): Delete unused function.
- (shsFinal): Delete unused variable.
-
-1999-10-26 Wilfredo Sanchez <tritan@mit.edu>
-
- * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
- LOCAL_INCLUDES such that one can override CFLAGS from the command
- line without losing CPP search patchs and defines. Some associated
- Makefile cleanup.
-
-Mon May 10 15:21:10 1999 Danilo Almeida <dalmeida@mit.edu>
-
- * Makefile.in: Do win32 build in subdir.
-
-1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
-
- * Makefile.in: Set the myfulldir and mydir variables (which are
- relative to buildtop and thisconfigdir, respectively.)
-