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

pkcs7 stub which is used in case gnutls is not available.

It throws EFI_WRITE_PROTECTED errors unconditionally, so all
authenticated variables are readonly for the guest.

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