hw/uefi: add var-service-siglist.c
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 25 Feb 2025 16:30:17 +0000 (17:30 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 4 Mar 2025 11:01:42 +0000 (12:01 +0100)
commitf903e88306adfcce3b80a512a222c8551718d719
treea965f01370b1165dae1ff1d496d734591a60c23e
parent4ec89b00d5bd4184455cf41af859ec08ed87d8e5
hw/uefi: add var-service-siglist.c

Functions to serialize and de-serialize EFI signature databases.  This
is needed to merge signature databases (happens in practice when
appending dbx updates) and also to extract the certificates for
pkcs7 signature verification.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-ID: <20250225163031.1409078-14-kraxel@redhat.com>
hw/uefi/var-service-siglist.c [new file with mode: 0644]