smuellerDD / libkcapi

Linux Kernel Crypto API User Space Interface Library
http://www.chronox.de/libkcapi
Other
173 stars 72 forks source link

Fix kcapi tests in FIPS mode #181

Closed ZoltanFridrich closed 10 months ago

ZoltanFridrich commented 11 months ago

This fixes kcapi tests with FIPS enabled by disabling sha1 tests, extending some short passwords and keys and disabling 3DES.

The-Mule commented 11 months ago

Looks good to me, I think it is valuable to be able to run these tests in FIPS mode as well. At the same time, changes made do not affect the original scope of the testing when FIPS mode is disabled.

ZoltanFridrich commented 11 months ago

@smuellerDD can you please take a look at this patch? We would like to put this into RHEL to fix kcapi test failures in FIPS.

smuellerDD commented 10 months ago

Apologies for the delay. Applied, thanks