All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] KEYS fixes
@ 2014-10-03  9:09 Dmitry Kasatkin
  2014-10-03  9:09 ` [PATCH 1/4] KEYS: handle error code encoded in pointer Dmitry Kasatkin
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Dmitry Kasatkin @ 2014-10-03  9:09 UTC (permalink / raw)
  To: zohar, linux-ima-devel, linux-security-module, dhowells, jmorris,
	rusty, keyrings
  Cc: linux-kernel, dmitry.kasatkin, Dmitry Kasatkin

I reported yesterday problems with new KEYS.
Module signature verification is broken, integrity subsystem verification is
broken, kernel oopses.

Here is few fixes.

- Dmitry

Dmitry Kasatkin (4):
  KEYS: handle error code encoded in pointer
  KEYS: provide pure subject key identifier (fingerprint) as key id
  module: search the key only by keyid
  integrity: do zero padding of the key id

 crypto/asymmetric_keys/asymmetric_type.c  | 27 ++++++++++++++++++++++++---
 crypto/asymmetric_keys/x509_cert_parser.c |  6 ++++++
 crypto/asymmetric_keys/x509_parser.h      |  1 +
 crypto/asymmetric_keys/x509_public_key.c  |  2 ++
 include/keys/asymmetric-type.h            |  2 +-
 kernel/module_signing.c                   | 16 +++++-----------
 security/integrity/digsig_asymmetric.c    |  2 +-
 7 files changed, 40 insertions(+), 16 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2014-10-06 19:39 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-03  9:09 [PATCH 0/4] KEYS fixes Dmitry Kasatkin
2014-10-03  9:09 ` [PATCH 1/4] KEYS: handle error code encoded in pointer Dmitry Kasatkin
2014-10-03 12:46   ` David Howells
2014-10-03  9:09 ` [PATCH 2/4] KEYS: provide pure subject key identifier (fingerprint) as key id Dmitry Kasatkin
2014-10-06 13:51   ` David Howells
2014-10-03  9:09 ` [PATCH 3/4] module: search the key only by keyid Dmitry Kasatkin
2014-10-03 12:46   ` David Howells
2014-10-03 12:49     ` Dmitry Kasatkin
2014-10-03 12:53       ` Dmitry Kasatkin
2014-10-03 13:08         ` Dmitry Kasatkin
2014-10-03 13:40           ` David Howells
2014-10-03 14:00             ` Dmitry Kasatkin
2014-10-06 12:44             ` James Morris
2014-10-06 17:14               ` Dmitry Kasatkin
2014-10-06 19:39               ` Mimi Zohar
2014-10-03  9:09 ` [PATCH 4/4] integrity: do zero padding of the key id Dmitry Kasatkin
2014-10-03 10:43 ` [PATCH 0/4] KEYS fixes Dmitry Kasatkin
2014-10-03 14:19 ` Mimi Zohar
2014-10-03 15:54 ` [PATCH] X.509: If available, use the raw subjKeyId to form the key description David Howells

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.