Blame 0093-fips-add-authenc-and-authencesn-kernel-modules.patch

Harald Hoyer bb31e7
From c97209fe69dbbacb1f87acf5ec8a0e558e553ddc Mon Sep 17 00:00:00 2001
Harald Hoyer bb31e7
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer bb31e7
Date: Tue, 10 Nov 2015 17:35:27 +0100
Harald Hoyer bb31e7
Subject: [PATCH] fips: add authenc and authencesn kernel modules
Harald Hoyer bb31e7
Harald Hoyer bb31e7
https://bugzilla.redhat.com/show_bug.cgi?id=1115112#c5
Harald Hoyer bb31e7
---
Harald Hoyer bb31e7
 modules.d/01fips/module-setup.sh | 2 +-
Harald Hoyer bb31e7
 1 file changed, 1 insertion(+), 1 deletion(-)
Harald Hoyer bb31e7
Harald Hoyer bb31e7
diff --git a/modules.d/01fips/module-setup.sh b/modules.d/01fips/module-setup.sh
Harald Hoyer bb31e7
index 758bf6b..7278347 100755
Harald Hoyer bb31e7
--- a/modules.d/01fips/module-setup.sh
Harald Hoyer bb31e7
+++ b/modules.d/01fips/module-setup.sh
Harald Hoyer bb31e7
@@ -13,7 +13,7 @@ depends() {
Harald Hoyer bb31e7
 # called by dracut
Harald Hoyer bb31e7
 installkernel() {
Harald Hoyer bb31e7
     local _fipsmodules _mod
Harald Hoyer bb31e7
-    _fipsmodules="aead aes_generic aes-x86_64 ansi_cprng arc4 blowfish camellia cast6 cbc ccm "
Harald Hoyer bb31e7
+    _fipsmodules="aead aes_generic aes-x86_64 ansi_cprng arc4 authenc authencesn blowfish camellia cast6 cbc ccm "
Harald Hoyer bb31e7
     _fipsmodules+="chainiv crc32c crct10dif_generic cryptomgr crypto_null ctr cts deflate des des3_ede dm-crypt dm-mod drbg "
Harald Hoyer bb31e7
     _fipsmodules+="ecb eseqiv fcrypt gcm ghash_generic hmac khazad lzo md4 md5 michael_mic rmd128 "
Harald Hoyer bb31e7
     _fipsmodules+="rmd160 rmd256 rmd320 rot13 salsa20 seed seqiv serpent sha1 sha224 sha256 sha256_generic "