Skip to content

Commit

Permalink
fix(fips): add dh and ecdh ciphers
Browse files Browse the repository at this point in the history
  • Loading branch information
dtardon authored and haraldh committed May 5, 2021
1 parent 909961d commit 543b801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/01fips/module-setup.sh
Expand Up @@ -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 "
Expand Down

0 comments on commit 543b801

Please sign in to comment.