Messages in this thread |  | | Date | Fri, 9 Aug 2019 16:15:48 +1000 | From | Herbert Xu <> | Subject | [GIT] Crypto Fixes for 5.3 |
| |
Hi Linus:
This push fixes a number of bugs in the ccp driver.
The following changes since commit cf144f81a99d1a3928f90b0936accfd3f45c9a0a:
padata: use smp_mb in padata_reorder to avoid orphaned padata jobs (2019-07-18 13:39:54 +0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus
for you to fetch changes up to e2664ecbb2f26225ac6646876f2899558ffb2604:
crypto: ccp - Ignore tag length when decrypting GCM ciphertext (2019-08-02 14:36:36 +1000)
---------------------------------------------------------------- Gary R Hook (3): crypto: ccp - Fix oops by properly managing allocated structures crypto: ccp - Add support for valid authsize values less than 16 crypto: ccp - Ignore tag length when decrypting GCM ciphertext
drivers/crypto/ccp/ccp-crypto-aes-galois.c | 14 ++++++++++++ drivers/crypto/ccp/ccp-ops.c | 33 ++++++++++++++++++++-------- include/linux/ccp.h | 2 ++ 3 files changed, 40 insertions(+), 9 deletions(-)
Thanks, -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
|  |