
9 Dec
2023
9 Dec
'23
4:51 p.m.
On Sat, Dec 02, 2023 at 02:33:14PM -0500, Sean Anderson wrote:
Both SHA1 and (especially) MD5 are no longer as safe as they once were for cryptographic use. Replaces examples which use them with examples using SHA256 instead. This will provide more-secure defaults for users who use documentation examples as a base for their own use. This is not too necessary for non-verified-boot scenarios (since someone could just replace the checksum), but I wanted to be complete.
Signed-off-by: Sean Anderson seanga2@gmail.com
Reviewed-by: Tom Rini trini@konsulko.com
--
Tom