9f65cc
From 862c5a97a69d61ff9122072d8c7bb2e828086650 Mon Sep 17 00:00:00 2001
9f65cc
From: David Tardon <dtardon@redhat.com>
9f65cc
Date: Wed, 5 May 2021 16:05:17 +0200
9f65cc
Subject: [PATCH] fix(fips): add dh and ecdh ciphers
9f65cc
9f65cc
(cherry picked from commit 543b8014fc10fc6a92ba83db0dfc994fc1d2129b)
9f65cc
9f65cc
Resolves: #1775692
9f65cc
---
9f65cc
 modules.d/01fips/module-setup.sh | 2 +-
9f65cc
 1 file changed, 1 insertion(+), 1 deletion(-)
9f65cc
9f65cc
diff --git a/modules.d/01fips/module-setup.sh b/modules.d/01fips/module-setup.sh
9f65cc
index f011f15d..8800a49e 100755
9f65cc
--- a/modules.d/01fips/module-setup.sh
9f65cc
+++ b/modules.d/01fips/module-setup.sh
9f65cc
@@ -24,7 +24,7 @@ installkernel() {
9f65cc
         _fipsmodules+="crc32c crct10dif ghash "
9f65cc
 
9f65cc
         # Ciphers:
9f65cc
-        _fipsmodules+="cipher_null des3_ede aes cfb "
9f65cc
+        _fipsmodules+="cipher_null des3_ede aes cfb dh ecdh "
9f65cc
 
9f65cc
         # Modes/templates:
9f65cc
         _fipsmodules+="ecb cbc ctr xts gcm ccm authenc hmac cmac "
9f65cc