linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] MODSIGN: Allow to sign modules outside build
@ 2013-01-23 15:30 Michal Marek
  2013-01-23 15:30 ` [PATCH 1/4] MODSIGN: Simplify Makefile with a Kconfig helper Michal Marek
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Michal Marek @ 2013-01-23 15:30 UTC (permalink / raw)
  To: dhowells, rusty; +Cc: linux-kernel

Hi,

This series allows to sign modules outside of the build tree and / or
without direct access to the private key.

Thanks,
Michal

Michal Marek (4):
  MODSIGN: Simplify Makefile with a Kconfig helper
  MODSIGN: Specify the hash algorithm on sign-file command line
  MODSIGN: Add -s <signature> option to sign-file
  MODSIGN: Add option to not sign modules during modules_install

 Makefile          |    4 +-
 init/Kconfig      |   20 ++++++++
 kernel/Makefile   |   24 +---------
 scripts/sign-file |  135 +++++++++++++++++++++++++----------------------------
 4 files changed, 88 insertions(+), 95 deletions(-)

-- 
1.7.10.4


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

end of thread, other threads:[~2013-01-25  0:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-23 15:30 [PATCH 0/4] MODSIGN: Allow to sign modules outside build Michal Marek
2013-01-23 15:30 ` [PATCH 1/4] MODSIGN: Simplify Makefile with a Kconfig helper Michal Marek
2013-01-23 15:30 ` [PATCH 2/4] MODSIGN: Specify the hash algorithm on sign-file command line Michal Marek
2013-01-23 15:30 ` [PATCH 3/4] MODSIGN: Add -s <signature> option to sign-file Michal Marek
2013-01-23 15:30 ` [PATCH 4/4] MODSIGN: Add option to not sign modules during modules_install Michal Marek
2013-01-24 15:11 ` [PATCH 1/4] MODSIGN: Simplify Makefile with a Kconfig helper David Howells
2013-01-24 15:16 ` [PATCH 2/4] MODSIGN: Specify the hash algorithm on sign-file command line David Howells
2013-01-24 15:17 ` David Howells
2013-01-24 19:59   ` Michal Marek
2013-01-25  0:07   ` David Howells
2013-01-24 15:20 ` [PATCH 3/4] MODSIGN: Add -s <signature> option to sign-file David Howells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).