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.
Pleas
Hi Linus:
This push fixes a boundary condition in the blkcipher SG walking
code that can lead to a crash when used with the new chacha20
algorithm.
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus
Jason A. Donenfeld (1):
crypto: skcipher - Copy
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 GC
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
drivers/crypto/qat/qat_common/adf_ctl_
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 on