Crypto Fixes for 4.13

2017-09-01 Thread Herbert Xu
Hi Linus: This push fixes the following issues: - Regression in chacha20 handling of chunked input. - Crash in algif_skcipher when used with async io. - Potential bogus pointer dereference in lib/mpi. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus

Crypto Fixes for 4.13

2017-08-14 Thread Herbert Xu
Hi Linus: This push fixes an error path bug in ixp4xx as well as a read overrun in sha1-avx2. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus Herbert Xu (1): crypto: ixp4xx - Fix error handling path in 'aead_perform()'

Crypto Fixes for 4.13

2017-08-09 Thread Herbert Xu
Hi Linus: This push fixes two regressions in the inside-secure driver with respect to hmac(sha1). Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus Antoine Tenart (2): crypto: inside-secure - fix invalidation check in hmac_sha1_setkey

Crypto Fixes for 4.13

2017-07-28 Thread Herbert Xu
Hi Linus: This push fixes the following issues: - Remove broken dt bindings in inside-secure. - Fix authencesn crash when used with digest_null. - Fix cavium/nitrox firmware path. - Fix SHA3 failure in brcm. - Fix Kconfig dependency for brcm. Please pull from

Crypto Fixes for 4.13

2017-07-14 Thread Herbert Xu
Hi Linus: This push fixes the following issues: - New compiler warnings in cavium. - Set post-op IV properly in caam (this fixes chaining). - Fix potential use-after-free in atmel in case of EBUSY. - Fix sleeping in softirq path in chcr. - Disable buggy sha1-avx2 driver (may overread and page