Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1724856

Crypto Fixes for 4.13

From Herbert Xu <herbert@gondor.apana.org.au>
Newsgroups linux.kernel
Subject Crypto Fixes for 4.13
Date 2017-09-01 10:00 +0200
Message-ID <ukP1V-TX-31@gated-at.bofh.it> (permalink)
References (2 earlier) <te1a2-1n9-19@gated-at.bofh.it> <u39BL-4A9-1@gated-at.bofh.it> <u89hL-1q4-5@gated-at.bofh.it> <ucxYe-6SW-15@gated-at.bofh.it> <uekau-2tS-21@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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


Ard Biesheuvel (2):
      crypto: chacha20 - fix handling of chunked input
      crypto: testmgr - add chunked test cases for chacha20

Stephan Mueller (2):
      lib/mpi: kunmap after finishing accessing buffer
      crypto: algif_skcipher - only call put_page on referenced and used pages

 crypto/algif_skcipher.c   |    9 +++++++--
 crypto/chacha20_generic.c |    9 +++++++--
 crypto/testmgr.h          |    7 +++++++
 lib/mpi/mpicoder.c        |    4 +++-
 4 files changed, 24 insertions(+), 5 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

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Crypto Fixes for 4.13 Herbert Xu <herbert@gondor.apana.org.au> - 2017-09-01 10:00 +0200

csiph-web