summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/sha/ChangeLog
blob: 8a312d7fb268038cd73a2f8f0f45f51fc403e137 (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
Wed Aug 28 17:40:53 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* shs.c: Only include sys/types.h if present.

	* configure.in: Check for sys/types.h

Thu Jun 13 10:54:27 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>

	* hmac_sha.c: Include string.h for memcpy prototype

Sat Jun  8 07:44:35 1996  Ezra Peisach  (epeisach@mit.edu)

	* shs.c (longReverse): Test for big vs little endian failed for
		little endian machines.

Thu Jun  6 15:43:26 1996  Theodore Y. Ts'o  <tytso@mit.edu>

	* shs.c (longReverse): Don't use htonl(); it doesn't exist under
		Windows.  Instead do the test by casting a pointer to an
		integer to a char *.

Mon May 20 17:15:32 1996  Theodore Y. Ts'o  <tytso@mit.edu>

	* t_shs.c (main): Don't do timing tests; it takes too long!

Tue May 14 17:09:36 1996  Richard Basch  <basch@lehman.com>

	* .Sanitize: reflect current files
	* Makefile.in: added hmac-sha
	* hmac_sha.c: implement HMAC-SHA
	* sha_crypto.c: use hmac-sha
	* sha_glue.c: sanity check the passed in checksum length
	* shs.h: replaced sha-des3 with hmac-sha

Fri May 10 11:19:53 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>

	* shs.c (longReverse): Remove extraneous \.
		(expand): Start #define in first column.

Fri May 10 01:19:18 1996  Richard Basch  <basch@lehman.com>

	* Makefile.in configure.in t_shs.c sha_glue.c sha_crypto.c shs.c shs.h:
	Initial check-in of the functions to support the NIST FIPS 180
	SHA algorithm.  Provide interfaces for cksum-sha, cksum-sha-des3.
	(enctype-des3-sha is also being defined)