aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/arcfour/ChangeLog
blob: 91782a055de80b30cf59eac7db36a4f9d7de7ab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2001-10-19  Sam Hartman  <hartmans@mit.edu>

	* string_to_key.c (krb5_arcfour_string_to_key): Ignore salt
	(krb5_arcfour_string_to_key): Use memset not bzero

	* arcfour.c (krb5_arcfour_decrypt): Return error if salt cannot be allocated
	(krb5_arcfour_encrypt): Only memset bits of key to known value on export-grade crypto

2001-10-18  Sam Hartman  <hartmans@mit.edu>

	* arcfour.c (arcfour_translate_usage): Attempt to implement based
	on draft-brezak-win2k-krb-rc4-hmac-03.  Several usages remain unclear.
	Make 40-bit string not unsigned to avoid warning
	(krb5_arcfour_encrypt krb5_arcfour_decrypt):  cast to avoid pointer warnings