Files
ipxe/src/tests
Michael Brown 3b4d0cb555 [crypto] Pass image as parameter to CMS functions
The cms_signature() and cms_verify() functions currently accept raw
data pointers.  This will not be possible for cms_decrypt(), which
will need the ability to extract fragments of ASN.1 data from a
potentially large image.

Change cms_signature() and cms_verify() to accept an image as an input
parameter, and move the responsibility for setting the image trust
flag within cms_verify() since that now becomes a more natural fit.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2024-08-13 12:30:51 +01:00
..
2016-07-29 01:12:58 +01:00
2016-07-29 01:12:58 +01:00
2016-05-05 23:42:57 +01:00
2016-07-29 01:12:58 +01:00
2016-07-29 01:13:27 +01:00
2015-04-12 17:01:10 +01:00
2024-05-31 10:11:22 +01:00