* arcfour.c (krb5_arcfour_decrypt): Return error if salt cannot be allocated
authorSam Hartman <hartmans@mit.edu>
Fri, 19 Oct 2001 15:54:08 +0000 (15:54 +0000)
committerSam Hartman <hartmans@mit.edu>
Fri, 19 Oct 2001 15:54:08 +0000 (15:54 +0000)
commit2c55e86593458e5e06320e74ee776bde17c100bb
treebe70b2a7c082c7eea9b3f49aa15bfdacd50d367a
parent0f36146792c60b6759ef1fe2c0514ee536224142
* 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
* 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

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13824 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/crypto/arcfour/ChangeLog [new file with mode: 0644]
src/lib/crypto/arcfour/arcfour.c