Crypto Fixes for 4.5

2016-02-09 Thread Herbert Xu
Hi Linus: This push fixes the following issues: API: * Fix async algif_skcipher, it was broken by recent fixes. * Fix potential race condition in algif_skcipher with ctx. * Fix potential memory corruption in algif_skcipher. * Add missing lock to crypto_user when doing an alg dump. Drivers: * m

Crypto Fixes for 4.5

2016-02-01 Thread Herbert Xu
Hi Linus: This push fixes the following issues: API: * algif_hash needs to wait for init operations to complete. * The has_key setting for shash was always true. Algorithms: * Add missing selections of CRYPTO_HASH. * Fix pkcs7 authentication. Drivers: * Fix stack alignment bug in chacha20-ss

Crypto Fixes for 4.5

2016-01-22 Thread Herbert Xu
Hi Linus: This push fixes the following issues: API: * A large number of bug fixes for the af_alg interface, credit goes to Dmitry Vyukov for discovering and reporting these issues. Algorithms: * sw842 needs to select crc32. * The soft dependency on crc32c is now in the correct spot. Drivers: