]> git.ipfire.org Git - thirdparty/openssl.git/commit
Change AES-CTS modes CS2 and CS3 to also be inside the fips module.
authorShane Lontis <shane.lontis@oracle.com>
Wed, 9 Dec 2020 02:32:47 +0000 (12:32 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Mon, 14 Dec 2020 03:46:49 +0000 (13:46 +1000)
commit3dafbd4468b6be4ee5228f1a1ba44c8826eff32d
treeb84b62bc9a34bb40d6ada4b047e595ba20547534
parentac7750bb5ec4238c4f6514eb174c1bd584728f05
Change AES-CTS modes CS2 and CS3 to also be inside the fips module.

The initial thought was that only CS1 mode (the NIST variant) was allowed.
The lab has asked if these other modes should be included.
The algorithm form indicates that these are able to be validated.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13639)
providers/implementations/ciphers/build.info
providers/implementations/ciphers/cipher_aes_cts.c [moved from providers/implementations/ciphers/cipher_aes_cts_fips.c with 96% similarity]
test/recipes/30-test_evp.t
test/recipes/30-test_evp_data/evpciph_aes_cts.txt [moved from test/recipes/30-test_evp_data/evpciph_aes_cts23.txt with 57% similarity]
test/recipes/30-test_evp_data/evpciph_aes_cts1.txt [deleted file]