Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1486393
| From | Herbert Xu <herbert@gondor.apana.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Crypto Fixes for 4.8 |
| Date | 2016-09-19 13:30 +0200 |
| Message-ID | <sj4VQ-4O0-25@gated-at.bofh.it> (permalink) |
| References | (5 earlier) <qqilI-2Ut-17@gated-at.bofh.it> <qPHJU-UI-3@gated-at.bofh.it> <qTGYW-2El-27@gated-at.bofh.it> <s1iky-4Uz-3@gated-at.bofh.it> <sdYxI-1S9-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Linus:
This push fixes a potential weakness in IPsec CBC IV generation,
as well as a number of issues that arose out of an OOM crash on
ARM with CTR-mode AES.
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus
Ard Biesheuvel (2):
crypto: arm/aes-ctr - fix NULL dereference in tail processing
crypto: arm64/aes-ctr - fix NULL dereference in tail processing
Herbert Xu (2):
crypto: echainiv - Replace chaining with multiplication
crypto: skcipher - Fix blkcipher walk OOM crash
arch/arm/crypto/aes-ce-glue.c | 2 +-
arch/arm64/crypto/aes-glue.c | 2 +-
crypto/blkcipher.c | 3 +-
crypto/echainiv.c | 115 +++++++++--------------------------------
4 files changed, 28 insertions(+), 94 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
Crypto Fixes for 4.8 Herbert Xu <herbert@gondor.apana.org.au> - 2016-09-19 13:30 +0200
csiph-web