[PATCH v3] Add optional salt to AUTOBOOT_STOP_STR_SHA256
Heiko Schocher
hs at denx.de
Mon Nov 23 05:47:31 CET 2020
Hello Joel,
Am 22.11.20 um 02:18 schrieb Joel Peshkin:
> Adds an optional SALT value to AUTOBOOT_STOP_STR_SHA256. If a string
> followed by a ":" is prepended to the sha256, the portion to the left
> of the colon will be used as a salt and the password will be appended
> to the salt before the sha256 is computed and compared.
>
> Signed-off-by: Joel Peshkin <joel.peshkin at broadcom.com>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Bin Meng <bmeng.cn at gmail.com>
> Cc: Patrick Delaunay <patrick.delaunay at st.com>
> Cc: Heiko Schocher <hs at denx.de>
> Cc: Heinrich Schuchardt <xypron.glpk at gmx.de>
> Cc: Joel Peshkin <joel.peshkin at broadcom.com>
> To: u-boot at lists.denx.de
>
> ---
> Changes for v2:
> - Increase MAX_DELAY_STOP_STR
> - Check salt size against MAX_DELAY_STOP_STR before copying
> - Minor cleanup
> Changes for v3:
> - Cleanup changing (c) to c after review feedback
> ---
> common/Kconfig.boot | 5 ++++-
> common/autoboot.c | 12 ++++++++++--
> 2 files changed, 14 insertions(+), 3 deletions(-)
Reviewed-by: Heiko Schocher <hs at denx.de>
bye,
Heiko
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52 Fax: +49-8142-66989-80 Email: hs at denx.de
More information about the U-Boot
mailing list