Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / crypto / cipher.c
2010-02-16 Richard Hartmanncrypto: cipher - Fix checkpatch errors
2007-11-07 Jeff Mahoney-rc2 for real this time. ;)
2007-10-10 Herbert Xu[CRYPTO] api: Add missing headers for setkey_unaligned
2007-08-06 Sebastian Siewior[CRYPTO] api: fix writting into unallocated memory...
2007-07-11 Sebastian Siewior[CRYPTO] api: Handle unaligned keys in setkey
2007-02-06 Herbert Xu[CRYPTO] api: Remove deprecated interface
2006-09-21 Herbert Xu[CRYPTO] api: Mark parts of cipher interface as deprecated
2006-09-21 Herbert Xu[CRYPTO] scatterwalk: Prepare for block ciphers
2006-09-21 Herbert Xu[CRYPTO] cipher: Added encrypt_one/decrypt_one
2006-09-21 Herbert Xu[CRYPTO] api: Feed flag directly to crypto_yield
2006-09-21 Herbert Xu[CRYPTO] cipher: Removed special IV checks for ECB
2006-09-21 Herbert Xu[CRYPTO] api: Get rid of flags argument to setkey
2006-06-26 Herbert Xu[CRYPTO] all: Pass tfm instead of ctx to algorithms
2006-01-09 Herbert Xu[CRYPTO] cipher: Align temporary buffer in cbc_process_...
2005-09-10 Herbert Xu[PATCH] Fix boundary check in standard multi-block...
2005-09-07 Olaf Hering+- add patches.suse/ipsec-crash-bug115200.patch (115200)
2005-09-06 Herbert Xu[CRYPTO] Fix boundary check in standard multi-block...
2005-09-02 Herbert Xu[CRYPTO]: Added CRYPTO_TFM_REQ_MAY_SLEEP flag
2005-07-15 Herbert Xu[CRYPTO]: Fix zero-extension bug on 64-bit architectures.
2005-07-06 Herbert Xu[CRYPTO] Handle unaligned iv from encrypt_iv/decrypt_iv
2005-07-06 Herbert Xu[CRYPTO] Ensure cit_iv is aligned correctly
2005-07-06 Herbert Xu[CRYPTO] Add alignmask for low-level cipher implementations
2005-07-06 Herbert Xu[CRYPTO] Add support for low-level multi-block operations
2005-07-06 Herbert Xu[CRYPTO] Add plumbing for multi-block operations
2005-07-06 Jesper Juhl[CRYPTO] Don't check for NULL before kfree()
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2
2004-07-28 Olaf Kirch- Fixed buffer overflow in cryptoapi [#43364]
2004-07-21 Herbert Xu[CRYPTO]: Fix stack overrun in crypt().
2004-05-26 Christophe Saout[CRYPTO]: Fix two scatterwalk problems.
2004-03-02 Olaf Hering+- update patches.fixes/linux-post-2.6.4rc1-20040302
2004-03-01 Andrew Morton[PATCH] fix in-place de/encryption bug with highmem
2004-03-01 Andrew Morton[PATCH] move scatterwalk functions to own file
2003-08-17 Mikael Ylikoski[IPSEC]: Fix oops using null ciper in CBC mode.
2003-03-08 James Morris[CRYPTO]: Eliminate crypto_tfm.crt_ctx, from Adam Richter.
2003-03-08 James Morris[CRYPTO]: Add encrypt_iv() and decrypt_iv() methods.
2003-03-08 James Morris[CRYPTO]: Move km_types out of header.
2003-02-02 James Morris[CRYPTO]: in/out scatterlist support for ciphers.
2002-11-26 James Morris[CRYPTO]: Add twofish algorithm.
2002-11-15 James Morris[CRYPTO] kstack cleanup (v0.28)
2002-11-06 James Morris[CRYPTO]: Add blowfish algorithm.
2002-10-30 James Morris[CRYPTO]: Cleanups based upon suggestions by Jeff Garzik.
2002-10-28 David S. Miller[CRYPTO]: Clean up header file usage.
2002-10-28 James Morris[CRYPTO]: Cleanups and more consistency checks.
2002-10-27 James Morris[CRYPTO]: Algorithm lookup API change plus bug fixes.
2002-10-26 James Morris[CRYPTO]: Bug fixes and cleanups.
2002-10-24 James Morris[CRYPTO]: Cleanups based upon feedback from Rusty and...
2002-10-23 James Morris[CRYPTO]: Add initial crypto api subsystem.