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