mirror of
https://github.com/ipxe/ipxe
synced 2026-01-23 12:38:58 +03:00
[crypto] Add DER image format
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>
This commit is contained in:
@@ -69,3 +69,4 @@ REQUIRE_OBJECT ( pccrc_test );
|
||||
REQUIRE_OBJECT ( linebuf_test );
|
||||
REQUIRE_OBJECT ( iobuf_test );
|
||||
REQUIRE_OBJECT ( bitops_test );
|
||||
REQUIRE_OBJECT ( der_test );
|
||||
|
||||
Reference in New Issue
Block a user