Browse Source

01fips: add cfb cipher

Required by FIPS standard
master
Lukas Nykryn 6 years ago committed by Harald Hoyer
parent
commit
9f96bb4c73
  1. 2
      modules.d/01fips/module-setup.sh

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

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


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


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

Loading…
Cancel
Save