commit | 766151840c0c4b0e168822421d958f038bb0a321 | [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 10:16:39 2021 -0400 |
tree | a6792f46892de5acdb15e6d5e25f855bfdcbcf4b | |
parent | b7797dddab4c27fbdf5531e13ab380e74c89d0bb [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>