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, 22 Jun 2016 18:37:30 -0400
From:	Mehmet Kayaalp <mkayaalp@...ux.vnet.ibm.com>
To:	David Howells <dhowells@...hat.com>, linux-kernel@...r.kernel.org,
	linux-security-module@...r.kernel.org,
	linux-ima-devel@...ts.sourceforge.net, keyrings@...r.kernel.org
Cc:	Mimi Zohar <zohar@...ux.vnet.ibm.com>,
	George Wilson <gcwilson@...ibm.com>,
	Stefan Berger <stefanb@...ux.vnet.ibm.com>,
	Mehmet Kayaalp <mkayaalp@...ux.vnet.ibm.com>
Subject: [PATCH 0/3 v2] Certificate insertion support for x86 bzImages

These patches add support for modifying the reserved space for extra 
certificates in a compressed bzImage in x86. This allows separating the 
system keyring certificate from the kernel build process. After the kernel 
image is distributed, the insert-sys-cert script can be used to insert the 
certificate for x86.

Changes:
* Rebased 2/3 on top of be1fb0e8eb082 ("kbuild: delete unnecessary "@:"")

Mehmet Kayaalp (3):
  KEYS: Support for inserting a certificate into x86 bzImage
  KEYS: Insert incompressible bytes to vmlinux to reserve space in
    bzImage
  KEYS: Print insert-sys-cert information to stdout instead of stderr

 arch/x86/boot/compressed/Makefile |   8 ++
 scripts/insert-sys-cert.c         | 212 ++++++++++++++++++++++++++++++++++++--
 2 files changed, 212 insertions(+), 8 deletions(-)

-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ