From: Lukas Nykryn Date: Tue, 16 Jul 2019 07:27:01 +0000 (+0100) Subject: 01fips: add cfb cipher X-Git-Tag: 050~225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f96bb4c737ed544b222adf2bbf1197ab23d8a48;p=thirdparty%2Fdracut.git 01fips: add cfb cipher Required by FIPS standard --- diff --git a/modules.d/01fips/module-setup.sh b/modules.d/01fips/module-setup.sh index 8b955d44f..dcceb1710 100755 --- a/modules.d/01fips/module-setup.sh +++ b/modules.d/01fips/module-setup.sh @@ -24,7 +24,7 @@ installkernel() { _fipsmodules+="crc32c crct10dif ghash " # Ciphers: - _fipsmodules+="cipher_null des3_ede aes " + _fipsmodules+="cipher_null des3_ede aes cfb " # Modes/templates: _fipsmodules+="ecb cbc ctr xts gcm ccm authenc hmac cmac "