Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1529072
| From | David Howells <dhowells@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] KEYS: Fixes |
| Date | 2016-11-24 10:00 +0100 |
| Message-ID | <sGY2R-lZ-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi James,
Can you pull these patches please and pass them on to Linus? They include
the following:
(1) Fix mpi_powm()'s handling of a number with a zero exponent [CVE-2016-8650].
(2) Fix double free in X.509 error handling.
The patches can be found here also:
http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=keys-fixes
Tagged thusly:
git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git
keys-fixes-20161124
David
---
Andrey Ryabinin (1):
X.509: Fix double free in x509_cert_parse()
David Howells (1):
MPI: Fix mpi_powm() when exponent is 0 and the result has no limbs
crypto/asymmetric_keys/x509_cert_parser.c | 1 -
lib/mpi/mpi-pow.c | 5 +++++
2 files changed, 5 insertions(+), 1 deletion(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] KEYS: Fixes David Howells <dhowells@redhat.com> - 2016-11-24 10:00 +0100
[PATCH 1/2] X.509: Fix double free in x509_cert_parse() David Howells <dhowells@redhat.com> - 2016-11-24 10:00 +0100
[PATCH 2/2] MPI: Fix mpi_powm() when exponent is 0 and the result has no limbs David Howells <dhowells@redhat.com> - 2016-11-24 10:00 +0100
Re: [PATCH 2/2] MPI: Fix mpi_powm() when exponent is 0 and the result has no limbs David Howells <dhowells@redhat.com> - 2016-11-24 12:20 +0100
Re: [PATCH 2/2] MPI: Fix mpi_powm() when exponent is 0 and the result has no limbs Andrey Ryabinin <ryabinin.a.a@gmail.com> - 2016-11-24 12:40 +0100
Re: [PATCH 2/2] MPI: Fix mpi_powm() when exponent is 0 and the result has no limbs David Howells <dhowells@redhat.com> - 2016-11-24 12:40 +0100
Re: [PATCH 2/2] MPI: Fix mpi_powm() when exponent is 0 and the result has no limbs Andrey Ryabinin <ryabinin.a.a@gmail.com> - 2016-11-24 13:30 +0100
Re: [PATCH 2/2] MPI: Fix mpi_powm() when exponent is 0 and the result has no limbs David Howells <dhowells@redhat.com> - 2016-11-24 14:00 +0100
Re: [PATCH 2/2] MPI: Fix mpi_powm() when exponent is 0 and the result has no limbs David Howells <dhowells@redhat.com> - 2016-11-24 14:00 +0100
Re: [PATCH 2/2] MPI: Fix mpi_powm() when exponent is 0 and the result has no limbs Andrey Ryabinin <ryabinin.a.a@gmail.com> - 2016-11-24 14:10 +0100
Re: [PATCH 2/2] MPI: Fix mpi_powm() when exponent is 0 and the result has no limbs Andrey Ryabinin <ryabinin.a.a@gmail.com> - 2016-11-24 12:30 +0100
Re: [PATCH 2/2] MPI: Fix mpi_powm() when exponent is 0 and the result has no limbs David Howells <dhowells@redhat.com> - 2016-11-24 12:40 +0100
Re: [PATCH 2/2] MPI: Fix mpi_powm() when exponent is 0 and the result has no limbs Andrey Ryabinin <ryabinin.a.a@gmail.com> - 2016-11-24 13:30 +0100
Re: [PATCH 0/2] KEYS: Fixes James Morris <jmorris@namei.org> - 2016-11-24 23:50 +0100
Re: [PATCH 0/2] KEYS: Fixes David Howells <dhowells@redhat.com> - 2016-11-25 00:20 +0100
Re: [PATCH 0/2] KEYS: Fixes James Morris <jmorris@namei.org> - 2016-11-25 00:30 +0100
Re: [PATCH 0/2] KEYS: Fixes David Howells <dhowells@redhat.com> - 2016-11-25 00:50 +0100
Re: [PATCH 0/2] KEYS: Fixes James Morris <jmorris@namei.org> - 2016-11-25 02:40 +0100
csiph-web