* Tie in Microsoft rc4 cipher and make it build
authorSam Hartman <hartmans@mit.edu>
Tue, 23 Oct 2001 21:15:04 +0000 (21:15 +0000)
committerSam Hartman <hartmans@mit.edu>
Tue, 23 Oct 2001 21:15:04 +0000 (21:15 +0000)
commitc4b08a05ed58dea774885a9ac4c241e63f056a46
treef5885a7788ee929f9813f8dc06b2cda186d4f882
parent50cdd921df6627b5403d197ecbe42572e1d096c1
* Tie in Microsoft rc4 cipher and make it build
* Add hmac-md5-rc4 keyed hash and appropriate glue
* Give keyed hash verify function access to usage argument
* Add simplistic crypto system test  to make check

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13832 dc483132-0cff-0310-8789-dd5450dbe970
23 files changed:
src/include/ChangeLog
src/include/k5-int.h
src/include/krb5.hin
src/lib/crypto/ChangeLog
src/lib/crypto/Makefile.in
src/lib/crypto/arcfour/ChangeLog
src/lib/crypto/arcfour/arcfour-int.h
src/lib/crypto/arcfour/arcfour.c
src/lib/crypto/cksumtypes.c
src/lib/crypto/configure.in
src/lib/crypto/enc_provider/ChangeLog
src/lib/crypto/enc_provider/Makefile.in
src/lib/crypto/enc_provider/arcfour.c [new file with mode: 0644]
src/lib/crypto/enc_provider/enc_provider.h
src/lib/crypto/etypes.c
src/lib/crypto/keyhash_provider/ChangeLog
src/lib/crypto/keyhash_provider/Makefile.in
src/lib/crypto/keyhash_provider/hmac_md5.c [new file with mode: 0644]
src/lib/crypto/keyhash_provider/k5_md4des.c
src/lib/crypto/keyhash_provider/k5_md5des.c
src/lib/crypto/keyhash_provider/keyhash_provider.h
src/lib/crypto/t_encrypt.c [new file with mode: 0644]
src/lib/crypto/verify_checksum.c