Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1571341
| From | Herbert Xu <herbert@gondor.apana.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Crypto Fixes for 4.10 |
| Date | 2017-02-01 10:10 +0100 |
| Message-ID | <t5Z5o-3VC-29@gated-at.bofh.it> (permalink) |
| References | <sFb4e-3IZ-11@gated-at.bofh.it> <sOGLw-7Up-15@gated-at.bofh.it> <sYpJo-6v8-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Linus:
This push fixes a bug in CBC/CTR on ARM64 that breaks chaining
as well as a bug in the core API that causes registration failures
when a driver unloads and then reloads an algorithm.
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus
Ard Biesheuvel (1):
crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modes
Salvatore Benedetto (1):
crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg
arch/arm64/crypto/aes-modes.S | 88 ++++++++++++++++++++---------------------
crypto/algapi.c | 1 +
2 files changed, 43 insertions(+), 46 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 — Next in thread | Find similar | Unroll thread
Crypto Fixes for 4.10 Herbert Xu <herbert@gondor.apana.org.au> - 2017-02-01 10:10 +0100 Crypto Fixes for 4.10 Herbert Xu <herbert@gondor.apana.org.au> - 2017-02-06 10:30 +0100
csiph-web