Crypto modularity proj: OpemSSL crypto feed for hmac/md5/md4/sha1/rc4/des/des3(w...
authorZhanna Tsitkov <tsitkova@mit.edu>
Thu, 3 Sep 2009 18:33:13 +0000 (18:33 +0000)
committerZhanna Tsitkov <tsitkova@mit.edu>
Thu, 3 Sep 2009 18:33:13 +0000 (18:33 +0000)
commit65cc35ec82d56b8cd89751ddc5f68751271b985c
treed18357e0b500cf7f8c4b93ef4d67fe7485d50257
parent3e76c60f9f08b5f9f78d8e266d0109c85405c06f
Crypto modularity proj: OpemSSL crypto feed for hmac/md5/md4/sha1/rc4/des/des3(w/o iov)

bigredbutton: whitespace

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22709 dc483132-0cff-0310-8789-dd5450dbe970
25 files changed:
src/include/k5-int.h
src/lib/crypto/builtin/arcfour/Makefile.in
src/lib/crypto/crypto_tests/Makefile.in
src/lib/crypto/krb/deps
src/lib/crypto/krb/hash_provider/hash_crc32.c
src/lib/crypto/krb/hash_provider/hash_md4.c
src/lib/crypto/krb/hash_provider/hash_md5.c
src/lib/crypto/krb/hash_provider/hash_sha1.c
src/lib/crypto/openssl/enc_provider/deps [new file with mode: 0644]
src/lib/crypto/openssl/enc_provider/des.c [new file with mode: 0644]
src/lib/crypto/openssl/enc_provider/des3.c [new file with mode: 0644]
src/lib/crypto/openssl/enc_provider/enc_provider.h [new file with mode: 0644]
src/lib/crypto/openssl/enc_provider/rc4.c [new file with mode: 0644]
src/lib/crypto/openssl/hmac.c [new file with mode: 0644]
src/lib/crypto/openssl/md4/deps [new file with mode: 0644]
src/lib/crypto/openssl/md4/md4.c [new file with mode: 0644]
src/lib/crypto/openssl/md4/rsa-md4.h [new file with mode: 0644]
src/lib/crypto/openssl/md5/deps [new file with mode: 0644]
src/lib/crypto/openssl/md5/md5.c [new file with mode: 0644]
src/lib/crypto/openssl/md5/rsa-md5.h [new file with mode: 0644]
src/lib/crypto/openssl/pbkdf2.c [new file with mode: 0644]
src/lib/crypto/openssl/sha1/deps [new file with mode: 0644]
src/lib/crypto/openssl/sha1/shs.c [new file with mode: 0644]
src/lib/crypto/openssl/sha1/shs.h [new file with mode: 0644]
src/util/collected-client-lib/Makefile.in