Browse Source

fix(fips): add dh and ecdh ciphers

master
David Tardon 3 years ago committed by Harald Hoyer
parent
commit
543b8014fc
  1. 2
      modules.d/01fips/module-setup.sh

2
modules.d/01fips/module-setup.sh

@ -24,7 +24,7 @@ installkernel() { @@ -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 "

Loading…
Cancel
Save