aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/sha1/ChangeLog
blob: 0030dc97a8fef1da793da89e8445271395c2646b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
2001-10-29  Miro Jurisic  <meeroh@mit.edu>
	* pullup from krb5-1-2 branch after krb5-1-2-2-bp
	* shs.c: use "" include for k5-int.h
	
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).

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  Tom Yu  <tlyu@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. [from wsanchez@apple.com]

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.)