Find a file
Jeremy Kerr 36e79114d2 sbattach: fix --detach
sbattach --detach isn't working, as we're not properly setting sigbuf in
image_pecoff parse.

This change ensures we populate sigbuf when we find a valid cert table.
Also, add a test case for this.

Bug report & initial patch from from Steve Langasek.

Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>
2012-08-02 16:47:14 +08:00
coff coff: remove unneeded coff includes 2012-04-24 08:38:57 +08:00
docs docs: Add simple manpage for sbattach 2012-06-13 14:28:57 +08:00
lib autoconfiscate 2012-05-28 22:35:48 +08:00
tests sbattach: fix --detach 2012-08-02 16:47:14 +08:00
.gitmodules Move ccan submodule 2012-05-24 15:17:18 +08:00
autogen.sh sbvarsign: First cut of a variable-signing tool 2012-08-02 16:46:51 +08:00
configure.ac sbvarsign: First cut of a variable-signing tool 2012-08-02 16:46:51 +08:00
COPYING license: Add OpenSSL exception to GPLv3 terms 2012-06-28 15:06:31 +08:00
efi-varauth.h sbvarsign: First cut of a variable-signing tool 2012-08-02 16:46:51 +08:00
gen-keyfiles.c Add copyright comments 2012-04-23 18:14:42 +08:00
idc.c license: Add OpenSSL exception to GPLv3 terms 2012-06-28 15:06:31 +08:00
idc.h license: Add OpenSSL exception to GPLv3 terms 2012-06-28 15:06:31 +08:00
image.c sbattach: fix --detach 2012-08-02 16:47:14 +08:00
image.h license: Add OpenSSL exception to GPLv3 terms 2012-06-28 15:06:31 +08:00
libcoff.h Initial commit 2012-04-23 17:25:19 +08:00
LICENSE.GPLv3 license: Add OpenSSL exception to GPLv3 terms 2012-06-28 15:06:31 +08:00
Makefile.am sbvarsign: First cut of a variable-signing tool 2012-08-02 16:46:51 +08:00
NEWS autoconfiscate 2012-05-28 22:35:48 +08:00
README autoconfiscate 2012-05-28 22:35:48 +08:00
sbattach.c sbattach: fix missing openssl/evp.h header 2012-08-02 16:47:14 +08:00
sbsign.c license: Add OpenSSL exception to GPLv3 terms 2012-06-28 15:06:31 +08:00
sbvarsign.c sbvarsign: First cut of a variable-signing tool 2012-08-02 16:46:51 +08:00
sbverify.c license: Add OpenSSL exception to GPLv3 terms 2012-06-28 15:06:31 +08:00
verify.c Initial commit 2012-04-23 17:25:19 +08:00

sbsigntool - Signing utility for UEFI secure boot

  Copyright (C) 2102 Jeremy Kerr <jeremy.kerr@canonical.com>

  Copying and distribution of this file, with or without modification,
  are permitted in any medium without royalty provided the copyright
  notice and this notice are preserved.

See file ./INSTALL for building and installation instructions.

Main git repository:
  git://kernel.ubuntu.com/jk/sbsigntool.git

sbsigntool is free software.  See the file COPYING for copying conditions.