aboutsummaryrefslogtreecommitdiff
path: root/src/image/der.c
AgeCommit message (Collapse)AuthorFilesLines
2016-07-29[crypto] Add DER image formatMichael Brown1-0/+120
Add DER-encoded ASN.1 as an image format. There is no fixed signature for DER files. We treat an image as DER if it comprises a single valid SEQUENCE object covering the entire length of the image. Signed-off-by: Michael Brown <mcb30@ipxe.org>