Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1542856
| From | Herbert Xu <herbert@gondor.apana.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Crypto Fixes for 4.10 |
| Date | 2016-12-15 17:10 +0100 |
| Message-ID | <sOGLw-7Up-15@gated-at.bofh.it> (permalink) |
| References | <sFb4e-3IZ-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Linus:
This push fixes the following issues:
- A crash regression in the new skcipher walker.
- Incorrect return value in public_key_verify_signature.
- Fix for in-place signing in the sign-file utility.
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus
Alex Yashchenko (1):
sign-file: Fix inplace signing when src and dst names are both specified
Ard Biesheuvel (1):
crypto: skcipher - fix crash in virtual walk
Pan Bian (1):
crypto: asymmetric_keys - set error code on failure
crypto/asymmetric_keys/public_key.c | 1 +
crypto/skcipher.c | 4 +++-
scripts/sign-file.c | 2 +-
3 files changed, 5 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
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> - 2016-12-15 17:10 +0100
Crypto Fixes for 4.10 Herbert Xu <herbert@gondor.apana.org.au> - 2016-12-27 10:50 +0100
Crypto Fixes for 4.10 Herbert Xu <herbert@gondor.apana.org.au> - 2016-12-30 11:30 +0100
csiph-web