lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 23 Jan 2013 16:30:40 +0100
From:	Michal Marek <mmarek@...e.cz>
To:	dhowells@...hat.com, rusty@...abs.org
Cc:	linux-kernel@...r.kernel.org
Subject: [PATCH 0/4] MODSIGN: Allow to sign modules outside build

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

--
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