public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC][PATCH 0/6] KEYS: Fixes
@ 2018-02-22 16:20 David Howells
  2018-02-22 16:20 ` [PATCH 1/6] PKCS#7: fix certificate chain verification David Howells
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: David Howells @ 2018-02-22 16:20 UTC (permalink / raw)
  To: jmorris; +Cc: dhowells, keyrings, linux-security-module, linux-kernel, stable


Hi James,

Here's a collection of fixes for Linux keyrings, mostly thanks to Eric
Biggers, if you could pass them along to Linus.  They include:

 (1) Fix some PKCS#7 verification issues.

 (2) Fix handling of unsupported crypto in X.509.

 (3) Fix too-large allocation in big_key.

The patches can be found here also:

	https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git/tag/?h=keys-fixes-20180222

And also on the keys-fixes branch.

David
---
David Howells (1):
      KEYS: Use individual pages in big_key for crypto buffers

Eric Biggers (5):
      PKCS#7: fix certificate chain verification
      PKCS#7: fix certificate blacklisting
      PKCS#7: fix direct verification of SignerInfo signature
      X.509: fix BUG_ON() when hash algorithm is unsupported
      X.509: fix NULL dereference when restricting key with unsupported_sig


 crypto/asymmetric_keys/pkcs7_trust.c  |    1 
 crypto/asymmetric_keys/pkcs7_verify.c |   12 ++--
 crypto/asymmetric_keys/public_key.c   |    4 +
 crypto/asymmetric_keys/restrict.c     |   21 ++++--
 security/keys/big_key.c               |  110 ++++++++++++++++++++++++++-------
 5 files changed, 111 insertions(+), 37 deletions(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-02-23  0:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-22 16:20 [RFC][PATCH 0/6] KEYS: Fixes David Howells
2018-02-22 16:20 ` [PATCH 1/6] PKCS#7: fix certificate chain verification David Howells
2018-02-22 16:20 ` [PATCH 2/6] PKCS#7: fix certificate blacklisting David Howells
2018-02-22 16:20 ` [PATCH 3/6] PKCS#7: fix direct verification of SignerInfo signature David Howells
2018-02-22 16:20 ` [PATCH 4/6] X.509: fix BUG_ON() when hash algorithm is unsupported David Howells
2018-02-22 16:21 ` [PATCH 5/6] X.509: fix NULL dereference when restricting key with unsupported_sig David Howells
2018-02-22 16:21 ` [PATCH 6/6] KEYS: Use individual pages in big_key for crypto buffers David Howells
2018-02-22 23:42   ` David Howells
2018-02-22 16:27 ` [RFC][PATCH 0/6] KEYS: Fixes David Howells
2018-02-22 23:44 ` David Howells
2018-02-23  0:24   ` James Morris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox