nfsd: nfsd should drop CAP_MKNOD for non-root
[safe/jmp/linux-2.6] / crypto / authenc.c
2009-01-15 Herbert Xucrypto: authenc - Fix zero-length IV crash
2008-12-25 Herbert Xucrypto: hash - Export shash through hash
2008-08-22 Herbert Xucrypto: authenc - Avoid using clobbered request pointer
2008-05-01 Patrick McHardy[CRYPTO] authenc: Fix async crypto crash in crypto_auth...
2008-01-10 Herbert Xu[CRYPTO] authenc: Add givencrypt operation
2008-01-10 Herbert Xu[CRYPTO] authenc: Use crypto_grab_skcipher
2008-01-10 Herbert Xu[CRYPTO] authenc: Merge common hashing code
2008-01-10 Herbert Xu[CRYPTO] authenc: Use RTA_OK to check length
2008-01-10 Herbert Xu[CRYPTO] authenc: Fix typo in ivsize
2008-01-10 Herbert Xu[CRYPTO] scatterwalk: Move scatterwalk.h to linux/crypto
2008-01-10 Herbert Xu[CRYPTO] aead: Return EBADMSG for ICV mismatch
2008-01-10 Herbert Xu[CRYPTO] authenc: Fix hash verification
2008-01-10 Herbert Xu[CRYPTO] authenc: Move enckeylen into key itself
2008-01-10 Herbert Xu[CRYPTO] aead: Make authsize a run-time parameter
2008-01-10 Herbert Xu[CRYPTO] authenc: Use or instead of max on alignment...
2008-01-10 Herbert Xu[CRYPTO] ablkcipher: Add distinct ABLKCIPHER type
2007-11-23 Herbert Xu[CRYPTO] authenc: Move initialisations up to shut up gcc
2007-10-10 Herbert Xu[CRYPTO] authenc: Kill spaces in algorithm names
2007-10-10 Herbert Xu[CRYPTO] aead: Add authenc