]> git.dujemihanovic.xyz Git - u-boot.git/commit
doc: Replace examples of MD5 and SHA1 with SHA256
authorSean Anderson <seanga2@gmail.com>
Sat, 2 Dec 2023 19:33:14 +0000 (14:33 -0500)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 17 Dec 2023 12:06:48 +0000 (13:06 +0100)
commit291ab919355df5ee28183546049d5fbdb2777d2d
treef476647ec6dc4d36a0ccc6df3cba71c137b7d098
parent7017fc54a5bccd95bebaf371bfa3098fcf84068a
doc: Replace examples of MD5 and SHA1 with SHA256

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: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
17 files changed:
doc/chromium/files/chromebook_jerry.its
doc/chromium/files/nyan-big.its
doc/usage/cmd/imxtract.rst
doc/usage/fit/beaglebone_vboot.rst
doc/usage/fit/howto.rst
doc/usage/fit/kernel.rst
doc/usage/fit/kernel_fdt.rst
doc/usage/fit/kernel_fdts_compressed.rst
doc/usage/fit/multi-with-fpga.rst
doc/usage/fit/multi-with-loadables.rst
doc/usage/fit/multi.rst
doc/usage/fit/sign-configs.rst
doc/usage/fit/sign-images.rst
doc/usage/fit/signature.rst
doc/usage/fit/update3.rst
doc/usage/fit/update_uboot.rst
doc/usage/fit/x86-fit-boot.rst