]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(fips): add dh and ecdh ciphers
authorDavid Tardon <dtardon@redhat.com>
Wed, 5 May 2021 14:05:17 +0000 (16:05 +0200)
committerHarald Hoyer <harald@hoyer.xyz>
Wed, 5 May 2021 14:24:18 +0000 (16:24 +0200)
modules.d/01fips/module-setup.sh

index 75fcc1b67a1415fe95e09e5f479076d258fa9ef8..a1e499af9f4b33f795b80b08efb2d3446a68d692 100755 (executable)
@@ -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 "