]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
01fips: add cfb cipher
authorLukas Nykryn <lnykryn@redhat.com>
Tue, 16 Jul 2019 07:27:01 +0000 (08:27 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Tue, 16 Jul 2019 12:31:32 +0000 (14:31 +0200)
Required by FIPS standard

modules.d/01fips/module-setup.sh

index 8b955d44f2f7f142704d51eabeba5ca2a32e3871..dcceb1710ba3d457c239d95344f60a2306b8bf93 100755 (executable)
@@ -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 "