commit | 5261cdf457ce3635bf18d393a3c1991dcfaf9d02 | [log] [tgz] |
---|---|---|
author | Stephan Mueller <smueller@chronox.de> | Wed Jun 30 12:32:52 2021 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 16 15:49:31 2021 +0800 |
tree | 443423a819619cff1e8ccd958b396d4580d311db | |
parent | e73f0f0ee7541171d89f2e2491130c7771ba58d3 [diff] |
crypto: drbg - select SHA512 With the swtich to use HMAC(SHA-512) as the default DRBG type, the configuration must now also select SHA-512. Fixes: 9b7b94683a9b "crypto: DRBG - switch to HMAC SHA512 DRBG as default DRBG" Reported-by: Sachin Sant <sachinp@linux.vnet.ibm.com> Signed-off-by: Stephan Mueller <smueller@chronox.com> Tested-by: Sachin Sant <sachinp@linux.vnet.ibm.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>