[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140910212154.10752.23343.stgit@warthog.procyon.org.uk>
Date: Wed, 10 Sep 2014 22:21:54 +0100
From: David Howells <dhowells@...hat.com>
To: jmorris@...ei.org
Cc: dhowells@...hat.com, keyrings@...ux-nfs.org,
linux-security-module@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/6] KEYS: Miscellaneous fixes
Hi James,
Here are some fixes to go upstream:
(1) Fix a bug in the assoc_array garbage collector [CVE-2014-3631].
(2) Reinstate the production of EPERM for key types beginning with '.' in
requests from userspace.
(3) Fix some missing 'static' annotations.
(4) Tidy up the cleanup of PKCS#7 message signed information blocks and fix a
bug this made more obvious.
They can be found here also:
http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=keys-fixes
Tagged with:
keys-fixes-20140910
David
---
David Howells (6):
KEYS: Fix termination condition in assoc array garbage collection
KEYS: Reinstate EPERM for a key type name beginning with a '.'
KEYS: Fix missing statics
PKCS#7: Add a missing static
PKCS#7: Provide a single place to do signed info block freeing
PKCS#7: Fix the parser cleanup to drain parsed out X.509 certs
crypto/asymmetric_keys/pkcs7_parser.c | 61 ++++++++++++++++++---------------
crypto/asymmetric_keys/pkcs7_trust.c | 6 ++-
lib/assoc_array.c | 4 ++
security/keys/keyctl.c | 2 +
security/keys/request_key_auth.c | 4 +-
5 files changed, 43 insertions(+), 34 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists