commit | 33198740aca2d68e9760cfd6ebb5a55894431966 | [log] [tgz] |
---|---|---|
author | Steffen Jaeckel <jaeckel-floss@eyet-services.de> | Thu Jul 08 15:57:39 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 23 13:36:20 2021 -0400 |
tree | 51aa2df2efe3c3cd581f59bfd82ac88892c1826f | |
parent | d199c3ab1c3afa7a17259f4045516f5fbfaaa446 [diff] |
common: add support to fallback to plain SHA256 In case crypt-based hashing is enabled this will be the default mechanism that is used. If a user wants to have support for both, the environment variable `bootstopusesha256` can be set to `true` to allow plain SHA256 based hashing of the password. Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de> Reviewed-by: Simon Glass <sjg@chromium.org>