From: David Tardon Date: Wed, 5 May 2021 14:05:17 +0000 (+0200) Subject: fix(fips): add dh and ecdh ciphers X-Git-Tag: 054~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=543b8014fc10fc6a92ba83db0dfc994fc1d2129b;p=thirdparty%2Fdracut.git fix(fips): add dh and ecdh ciphers --- diff --git a/modules.d/01fips/module-setup.sh b/modules.d/01fips/module-setup.sh index 75fcc1b67..a1e499af9 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 "