]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: tesmgr - allow authenc(hmac(sha224/sha384),cbc(aes)) in fips mode
authorAleksander Jan Bajkowski <olek2@wp.pl>
Fri, 6 Feb 2026 19:26:59 +0000 (20:26 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 28 Feb 2026 03:53:58 +0000 (12:53 +0900)
commit0441ee8d35ad6998da5043c65c4124904e8daee2
tree83268fe7b03b26408bf1acf101bb00c820136859
parentf050e4209ab0ba3f13bb6272a07ce87cbea922c9
crypto: tesmgr - allow authenc(hmac(sha224/sha384),cbc(aes)) in fips mode

The remaining combinations of AES-CBC and SHA* have already been marked
as allowed. This commit does the same for SHA224 and SHA384.

Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/testmgr.c