commit | bcf741cb779283081db47853264cc94854e7ad83 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jun 28 19:09:07 2017 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jun 28 22:18:58 2017 +0800 |
tree | 6ceabd58e1bcf609aca38bcd54f45e4e2fc964aa | |
parent | 30b4c54ccdebfc5a0210d9a4d77cc3671c9d1576 [diff] |
crypto: testmgr - Reenable sha1/aes in FIPS mode The combination of sha1 and aes was disabled in FIPS Mode accidentally. This patch reenables it. Fixes: 284a0f6e87b0 ("crypto: testmgr - Disable fips-allowed for...") Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Acked-by: Stephan Müller <smueller@chronox.de>