summaryrefslogtreecommitdiffstats
path: root/src/hci
diff options
context:
space:
mode:
authorMichael Brown2016-07-28 17:22:08 +0200
committerMichael Brown2016-07-29 16:03:20 +0200
commit829fedafcb107d41fb0753361acae5efee376c58 (patch)
tree00d5493682a0ff4144c38d5cc86355e6602f821d /src/hci
parent[crypto] Add PEM image format (diff)
downloadipxe-829fedafcb107d41fb0753361acae5efee376c58.tar.gz
ipxe-829fedafcb107d41fb0753361acae5efee376c58.tar.xz
ipxe-829fedafcb107d41fb0753361acae5efee376c58.zip
[image] Use image_asn1() to extract data from CMS signature images
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/hci')
-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 f9d6b5b3..03e3e443 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 );