Crypto Fixes for 4.4

2015-12-28 Thread Herbert Xu
Hi Linus: This push fixes a bug in the algif_skcipher interface that can trigger a kernel WARN_ON from user-space. It does so by using the new skcipher interface which unlike the previous ablkcipher does not need to create extra geniv objects which is what was used to trigger the WARN_ON.

Crypto Fixes for 4.4

2015-12-04 Thread Herbert Xu
Hi Linus: This push fixes a couple of crypto drivers that were using memcmp to verify authentication tags. They now use crypto_memneq instead. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus David Gstir (2): crypto: nx - Fix timing leak in

Crypto Fixes for 4.4

2015-11-17 Thread Herbert Xu
Hi Linus: This push fixes a bug in the qat driver where a user-space pointer is dereferenced. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus Tadeusz Struk (1): crypto: qat - don't use userspace pointer

Crypto Fixes for 4.4

2015-11-10 Thread Herbert Xu
Hi Linus: This push fixes a bug in the algif_hash interface that may lead to crashes when used with certain algorithms such as HMAC. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus Herbert Xu (1): crypto: algif_hash - Only export and import