Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-07 | Make CopyMem() work with EFI's declaration | Peter Jones | |
EFI_BOOT_SERVICES includes CopyMem() and SetMem() functions which are marked EFIAPI, and in the case of CopyMem() does not mark the source argument as CONST. This patch makes all our invocations work with that, so (once gnu-efi's implementation is fixed to match) we can use the existing implementation as the implementation in a mock EFI_BOOT_SERVICES. Signed-off-by: Peter Jones <pjones@redhat.com> | |||
2017-03-24 | Update Cryptlib | Gary Lin | |
Update to edk2 commit 6e4489d8129d233ef0fe85eeb6eebfecafe9ea6e (CryptoPkg: Refine type cast for pointer subtraction) Also replaced CryptAes.c, CryptArc4.c, CryptTdes.c, CryptMd4.c, CryptHmacMd5.c, and CryptHmacSha1.c with the Null version since we don't really need those functions. Signed-off-by: Gary Lin <glin@suse.com> | |||
2013-10-04 | Update to current Tiano Cryptlib | Matthew Garrett | |
2012-06-18 | Add crypto libraries | Matthew Garrett | |