Crypto Fixes for 4.6

2016-05-12 Thread Herbert Xu
Hi Linus: This push fixes a bug in the RSA self-test that may cause crashes on some architectures such as SPARC. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus Herbert Xu (1): crypto: testmgr - Use kmalloc memory for RSA input crypto/testm

Crypto Fixes for 4.6

2016-04-25 Thread Herbert Xu
Hi Linus: This push fixes a couple of regressions in the talitos driver that were introduced back in 4.3. The first bug causes a crash when the driver's AEAD functionality is used while the second bug prevents its AEAD feature from working once you get past the first bug. Please pull from git:

Crypto Fixes for 4.6

2016-04-20 Thread Herbert Xu
Hi Linus: This push fixes the following issues: - Incorrect output buffer size calculation in rsa-pkcs1pad. - Uninitialised padding bytes on exported state in ccp driver. - Potentially freed pointer used on completion callback in sha1-mb. Please pull from git://git.kernel.org/pub/scm/linux/ker

Crypto Fixes for 4.6

2016-04-13 Thread Herbert Xu
Hi Linus: This push fixes an NFS regression caused by the skcipher/hash conversion in sunrpc. It also fixes a build problem in certain configurations with bcm63xx. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus Herbert Xu (1): sunrpc: Fix sk

Crypto Fixes for 4.6

2016-03-30 Thread Herbert Xu
Hi Linus: This push fixes a bug in pkcs7_validate_trust and its users where the output value may in fact be taken from uninitialised memory. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus Nicolai Stange (1): PKCS#7: pkcs7_validate_trust(): in

Crypto Fixes for 4.6

2016-03-23 Thread Herbert Xu
Hi Linus: This push fixes the following issues: API: * Fix kzalloc error path crash in ecryptfs added by skcipher conversion. Note the subject of the commit is screwed up and the correct subject is actually in the body. Drivers: * A number of fixes to the marvell cesa hashing code. * Remove b