summaryrefslogtreecommitdiffstats
path: root/src/image/der.c
Commit message (Collapse)AuthorAgeFilesLines
* [crypto] Add DER image formatMichael Brown2016-07-291-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>