Skip to content

Commit

Permalink
crypto: testmgr - Reenable sha1/aes in FIPS mode
Browse files Browse the repository at this point in the history
The combination of sha1 and aes was disabled in FIPS Mode
accidentally.  This patch reenables it.

Fixes: 284a0f6 ("crypto: testmgr - Disable fips-allowed for...")
Signed-off-by: Herbert Xu <[email protected]>
Acked-by: Stephan Müller <[email protected]>
  • Loading branch information
herbertx committed Jun 28, 2017
1 parent 30b4c54 commit bcf741c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/testmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2366,6 +2366,7 @@ static const struct alg_test_desc alg_test_descs[] = {
}, {
.alg = "authenc(hmac(sha1),cbc(aes))",
.test = alg_test_aead,
.fips_allowed = 1,
.suite = {
.aead = {
.enc = __VECS(hmac_sha1_aes_cbc_enc_tv_temp)
Expand Down

0 comments on commit bcf741c

Please sign in to comment.