aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/yarrow/ChangeLog
blob: fad87f16566f255c55910bbfa59613d3a130fc27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
2001-11-09  Sam Hartman  <hartmans@mit.edu>

	* Makefile.in: New file

	* yhash.h :  Use krb5 shaa1

	* yarrow.c (Yarrow_Reseed):  For all calls to cipher_init, use TRY
	block and  use function rather than macros 
	(Yarrow_Reseed):  call encrypt block function not macro

	* ycipher.h: Make the the interface use functions not macros; convert for krb5 ciphers

2001-11-08  Sam Hartman  <hartmans@mit.edu>

	* ylock.h (lock UNLOCK):  Turn into no-ops

	* yarrow.h: Don't use #error
	(YARROW_DLL): Don't actually ever export or import from win32 dlls as Yarrow is not a public part of krb5 API
	(yarrow_poll): Drop from the API
	Remove MAc-specific memset and  memcpy

	* ytypes.h yarrow.c: Align with krb5 int types