fix(fips): add dh and ecdh ciphers

master
David Tardon 2021-05-05 16:05:17 +02:00 committed by Harald Hoyer
parent 909961d048
commit 543b8014fc
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ installkernel() {
_fipsmodules+="crc32c crct10dif ghash " _fipsmodules+="crc32c crct10dif ghash "


# Ciphers: # Ciphers:
_fipsmodules+="cipher_null des3_ede aes cfb " _fipsmodules+="cipher_null des3_ede aes cfb dh ecdh "


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