mbox series

[GIT,PULL] Crypto Fixes for 5.6

Message ID 20200224060042.GA26184@gondor.apana.org.au
State New
Headers show
Series [GIT,PULL] Crypto Fixes for 5.6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus

Message

Herbert Xu Feb. 24, 2020, 6 a.m. UTC
Hi Linus:

This push fixes a Kconfig-related build error and an integer overflow
in chacha20poly1305.

The following changes since commit 2343d1529aff8b552589f622c23932035ed7a05d:

  crypto: Kconfig - allow tests to be disabled when manager is disabled (2020-02-05 17:00:57 +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 c9cc0517bba9f0213f1e55172feceb99e5512daf:

  crypto: chacha20poly1305 - prevent integer overflow on large input (2020-02-14 14:48:37 +0800)

----------------------------------------------------------------
Hongbo Yao (1):
      tee: amdtee: amdtee depends on CRYPTO_DEV_CCP_DD

Jason A. Donenfeld (1):
      crypto: chacha20poly1305 - prevent integer overflow on large input

 drivers/tee/amdtee/Kconfig    | 2 +-
 lib/crypto/chacha20poly1305.c | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

Thanks,