]> git.ipfire.org Git - thirdparty/dracut.git/commit
fips: add 'ofb' and 'cts' block cipher modes
authorAlexey Kodanev <alexey.kodanev@oracle.com>
Fri, 29 Nov 2019 12:02:41 +0000 (15:02 +0300)
committerDaniel Molkentin <daniel@molkentin.de>
Fri, 29 Nov 2019 17:56:56 +0000 (18:56 +0100)
commit958ca9e912d3a3a1ebe79a8d4fc36de2a60e4381
tree035fdbfcbfaf0130eaf135ee11a735df432a1e71
parent7d47d1c423cabfd125a2bf15c5d72732a6334024
fips: add 'ofb' and 'cts' block cipher modes

Add cts, Linux-5.0 commit:
196ad6043e9f ("crypto: testmgr - mark cts(cbc(aes)) as FIPS allowed")

Linux 4.20 commits for 'ofb':
dfb89ab3f0a7 ("crypto: tcrypt - add OFB functional tests")
e497c51896b3 ("crypto: ofb - add output feedback mode")

Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com>
modules.d/01fips/module-setup.sh