From 543b8014fc10fc6a92ba83db0dfc994fc1d2129b Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 5 May 2021 16:05:17 +0200 Subject: [PATCH] fix(fips): add dh and ecdh ciphers --- modules.d/01fips/module-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/01fips/module-setup.sh b/modules.d/01fips/module-setup.sh index 75fcc1b67a..a1e499af9f 100755 --- a/modules.d/01fips/module-setup.sh +++ b/modules.d/01fips/module-setup.sh @@ -24,7 +24,7 @@ installkernel() { _fipsmodules+="crc32c crct10dif ghash " # Ciphers: - _fipsmodules+="cipher_null des3_ede aes cfb " + _fipsmodules+="cipher_null des3_ede aes cfb dh ecdh " # Modes/templates: _fipsmodules+="ecb cbc ctr xts gcm ccm authenc hmac cmac ofb cts "