fix(fips): add dh and ecdh ciphers
parent
909961d048
commit
543b8014fc
|
@ -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 "
|
||||||
|
|
Loading…
Reference in New Issue