Skip to content

Commit 196ad60

Browse files
Gilad Ben-Yossefherbertx
authored andcommitted
crypto: testmgr - mark cts(cbc(aes)) as FIPS allowed
As per Sp800-38A addendum from Oct 2010[1], cts(cbc(aes)) is allowed as a FIPS mode algorithm. Mark it as such. [1] https://csrc.nist.gov/publications/detail/sp/800-38a/addendum/final Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Reviewed-by: Stephan Mueller <smueller@chronox.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent 37db69e commit 196ad60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crypto/testmgr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2812,6 +2812,7 @@ static const struct alg_test_desc alg_test_descs[] = {
28122812
}, {
28132813
.alg = "cts(cbc(aes))",
28142814
.test = alg_test_skcipher,
2815+
.fips_allowed = 1,
28152816
.suite = {
28162817
.cipher = __VECS(cts_mode_tv_template)
28172818
}

0 commit comments

Comments
 (0)