Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1291005
| From | Herbert Xu <herbert@gondor.apana.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Crypto Fixes for 4.4 |
| Date | 2015-12-14 10:40 +0100 |
| Message-ID | <qFxLP-4dP-9@gated-at.bofh.it> (permalink) |
| References | (5 earlier) <pFz3s-4rt-19@gated-at.bofh.it> <q6nnX-72-7@gated-at.bofh.it> <qnNP4-7uf-45@gated-at.bofh.it> <qtxHA-80B-9@gated-at.bofh.it> <qC9wl-1TA-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 iv from desc even for 0-len walks
crypto/ablkcipher.c | 2 +-
crypto/blkcipher.c | 2 +-
2 files changed, 2 insertions(+), 2 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Crypto Fixes for 4.4 Herbert Xu <herbert@gondor.apana.org.au> - 2015-12-14 10:40 +0100
csiph-web