10 releases
0.2.7 | Nov 13, 2023 |
---|---|
0.2.6 | Nov 10, 2023 |
0.2.4 | Jun 29, 2023 |
0.2.2 | May 21, 2023 |
0.1.1 | May 4, 2023 |
137 downloads per month
1MB
861 lines
Contains (DOS exe, 1MB) tests/shimx64.efi.dualsigned, (DOS exe, 1MB) tests/shimx64.efi, (DOS exe, 1MB) tests/shimx64.efi.signed
EFI_SIGNER
A pure rust library to sign/verify the EFI image.
HOWs
see examples
how to sign a EFI image
-
generate certificates
bash -ex scripts/make_codesign_cert.sh
-
sign a EFI image
./main sign --key key.pem --cert certificate.pem shimx64.efi shimx64.efi.signed
-
sign a EFI image with detached signature
./main sign --key key.pem --cert certificate.pem -d shimx64.efi efi.signed
the
efi.signed
file will onlyl contain the signature itself which can be used by set_authenticode
how to parse the EFI image
./main --verbose parse shimx64.efi
Dependencies
~21–33MB
~542K SLoC