Find a file
James Bottomley 8f8939d9bb sbsign: fix failure to sign when key is password protected
The current incarnation of sbsign doesn't all all ciphers to OpenSSL
meaning that if the private key is encrypted, it can't decrypt it and
instead it returns the unhelpful error message

error reading private key ../certs/PK.key

Fix this by adding all ciphers before trying to read the private key.

Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>
2012-06-27 12:23:54 +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 a test to check invalid PKCS7 signature attaching 2012-06-19 17:11:25 +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 configure: Add check for bfh.h 2012-06-20 11:59:32 +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: Unconditionally parse PE/COFF data 2012-06-13 17:39:34 +08:00
image.h image: Unconditionally parse PE/COFF data 2012-06-13 17:39:34 +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: Check that attached signatures are valid PKCS7 data 2012-06-19 17:09:48 +08:00
sbsign.c sbsign: fix failure to sign when key is password protected 2012-06-27 12:23:54 +08:00
sbverify.c sbverify: Use a variable for image filename 2012-06-14 10:32:50 +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.