Find a file
Jeremy Kerr 186f1d59d9 sbverify: Check for failed image load
Currently, sbverify will segfault when it can't load an image file, as
the image is used unconditionally. This change adds a check to ensure we
continue with a valid image pointer.

Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>
2012-06-13 17:30:31 +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 tests: Add tests for missing image, cert & key files 2012-06-13 17:30:31 +08:00
.gitmodules Move ccan submodule 2012-05-24 15:17:18 +08:00
autogen.sh Fix warnings from added -W flags 2012-06-11 16:54:42 +08:00
configure.ac Version 0.2 2012-06-13 14:30:29 +08:00
COPYING Add GPLv3 text in COPYING 2012-04-24 09:01:05 +08:00
gen-keyfiles.c Add copyright comments 2012-04-23 18:14:42 +08:00
idc.c Fix warnings from added -W flags 2012-06-11 16:54:42 +08:00
idc.h verify: move idc-related parsing to idc.c 2012-05-12 23:12:18 -07:00
image.c image: Add facility to write unsigned images 2012-06-12 10:19:08 +08:00
image.h image: Add facility to write unsigned images 2012-06-12 10:19:08 +08:00
libcoff.h Initial commit 2012-04-23 17:25:19 +08:00
Makefile.am docs: Add simple manpage for sbattach 2012-06-13 14:28:57 +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: Add too to manage detached signatures 2012-06-12 17:47:38 +08:00
sbsign.c image: Add facility to write unsigned images 2012-06-12 10:19:08 +08:00
sbverify.c sbverify: Check for failed image load 2012-06-13 17:30: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.