summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/ChangeLog
blob: be20248e02d3ed74b7f05fa62feb85e82acaaf57 (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
47
48
49
50
51
52
53
Fri Feb  3 02:44:07 1995  John Gilmore  <gnu@cygnus.com>

	Rename files so that they work in the DOS LIB command,
	which amazingly finds dashes in mid-name and treats them
	like option switches.

	* des-crc.c => des_crc.c
	* des-md5.c => des_md5.c
	* raw-des.c => raw_des.c
	* Makefile.in:  changed to match.

Thu Feb  2 02:59:58 1995  John Gilmore  <gnu@cygnus.com>

	* Makefile.in (CFLAGS):  Handle $(srcdir) properly in -I options.

Wed Jan 25 19:55:59 1995  John Gilmore  (gnu at toad.com)

	* Makefile.in (CFLAGS):  Add -I options to pick up include files
	from the various algorithm subdirs.
	* cryptoconf.c, des-crc.c, des-md5.c, raw-des.c:  Replace most
	<.../...> include files with "..." includes.

Tue Oct 18 15:46:01 1994  Mark Eichin  (eichin@cygnus.com)

	* des-crc.c (mit_des_crc_decrypt_func): cast key->key->contents to
	krb5_pointer to satisfy sunos cc about :? argument types.
	(mit_des_crc_encrypt_funct): ditto.
	* raw-des.c (mit_raw_des_decrypt_func): ditto.
	(mit_raw_des_encrypt_func): ditto.
	* des-md5.c (mit_des_md5_decrypt_funct): cast zero_ivec.
	(mit_des_md5_encrypt_funct): ditto.

Fri Oct 14 00:37:08 1994  Theodore Y. Ts'o  (tytso@dcl)

    	* cryptoconf.c: Add support for the new cryptosystem DES/MD5.

	* Makefile.in: Add support for new files des-crc.c, des-md5.c, and
		raw-des.c

Thu Oct  6 20:07:41 1994  Theodore Y. Ts'o  (tytso@dcl)

	* configure.in: Add recursive "make check" target.

Mon Oct  3 21:11:56 1994  Theodore Y. Ts'o  (tytso@dcl)

	* Makefile.in: make install obey $(DESTDIR)

Thu Aug  4 03:40:24 1994  Tom Yu  (tlyu@dragons-lair)

	* configure.in: oops check for install

	* Makefile.in: make install fixes