]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fips: add authenc and authencesn kernel modules
authorHarald Hoyer <harald@redhat.com>
Tue, 10 Nov 2015 16:35:27 +0000 (17:35 +0100)
committerHarald Hoyer <harald@redhat.com>
Wed, 11 Nov 2015 10:48:32 +0000 (11:48 +0100)
https://bugzilla.redhat.com/show_bug.cgi?id=1115112#c5

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

index 758bf6b2128348e13dd35404a4f61edf8fe55bdf..7278347b83ac34597d5096bbb50552d8b5e4f510 100755 (executable)
@@ -13,7 +13,7 @@ depends() {
 # called by dracut
 installkernel() {
     local _fipsmodules _mod
-    _fipsmodules="aead aes_generic aes-x86_64 ansi_cprng arc4 blowfish camellia cast6 cbc ccm "
+    _fipsmodules="aead aes_generic aes-x86_64 ansi_cprng arc4 authenc authencesn blowfish camellia cast6 cbc ccm "
     _fipsmodules+="chainiv crc32c crct10dif_generic cryptomgr crypto_null ctr cts deflate des des3_ede dm-crypt dm-mod drbg "
     _fipsmodules+="ecb eseqiv fcrypt gcm ghash_generic hmac khazad lzo md4 md5 michael_mic rmd128 "
     _fipsmodules+="rmd160 rmd256 rmd320 rot13 salsa20 seed seqiv serpent sha1 sha224 sha256 sha256_generic "