aboutsummaryrefslogtreecommitdiffstats
path: root/src/hci/commands
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2016-07-28 16:22:08 +0100
committerMichael Brown <mcb30@ipxe.org>2016-07-29 15:03:20 +0100
commit829fedafcb107d41fb0753361acae5efee376c58 (patch)
tree00d5493682a0ff4144c38d5cc86355e6602f821d /src/hci/commands
parent84add97ce9e094e9299db181d53ba8859f4a3e67 (diff)
downloadipxe-829fedafcb107d41fb0753361acae5efee376c58.tar.gz
[image] Use image_asn1() to extract data from CMS signature images
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/hci/commands')
-rw-r--r--src/hci/commands/image_trust_cmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hci/commands/image_trust_cmd.c b/src/hci/commands/image_trust_cmd.c
index f9d6b5b3e..03e3e4431 100644
--- a/src/hci/commands/image_trust_cmd.c
+++ b/src/hci/commands/image_trust_cmd.c
@@ -181,3 +181,4 @@ REQUIRE_OBJECT ( rsa );
REQUIRE_OBJECT ( md5 );
REQUIRE_OBJECT ( sha1 );
REQUIRE_OBJECT ( sha256 );
+REQUIRE_OBJECT ( der );