blob: 087d0a93d350782d5e25b7e7bbd0d58c02ad7480 (
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
|
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)
|