On 10/21/20 6:17 AM, Daniel P. Berrangé wrote:
Claiming QEMU is FIPS compliant without using libgcrypt is a
bit of joke since we don't do any self-tests of ciphers, hence
this deprecation notice is warning people that libgcrypt is
going to be mandatory if you care about FIPS.
FWIW this is my main problem with this flag: we read the value in procfs
and then use this to change precisely one behavior for one of our
components. It doesn't really ... do what the name might imply it does.
Leaving that business to the crypto libraries is indeed the correct
thing to do.
So:
Reviewed-by: John Snow <jsnow(a)redhat.com>