Skip to content

Commit 543b801

Browse files
dtardonharaldh
authored andcommitted
fix(fips): add dh and ecdh ciphers
1 parent 909961d commit 543b801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ installkernel() {
2424
_fipsmodules+="crc32c crct10dif ghash "
2525

2626
# Ciphers:
27-
_fipsmodules+="cipher_null des3_ede aes cfb "
27+
_fipsmodules+="cipher_null des3_ede aes cfb dh ecdh "
2828

2929
# Modes/templates:
3030
_fipsmodules+="ecb cbc ctr xts gcm ccm authenc hmac cmac ofb cts "

0 commit comments

Comments
 (0)