crypto: testmgr - disallow plain ghash in FIPS mode
authorNicolai Stange <nstange@suse.de>
Thu, 29 Dec 2022 21:17:09 +0000 (22:17 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 6 Jan 2023 09:15:47 +0000 (17:15 +0800)
commit2912eb9b17ac29facd799ffe05fdb7cf10017e82
treeae2e1d378fd659c30589247fab9047af158559e2
parent1ce94a8c2c3721be1d9bc85fd38fc8c520aa37d6
crypto: testmgr - disallow plain ghash in FIPS mode

ghash may be used only as part of the gcm(aes) construction in FIPS
mode. Since commit d6097b8d5d55 ("crypto: api - allow algs only in specific
constructions in FIPS mode") there's support for using spawns which by
itself are marked as non-approved from approved template instantiations.
So simply mark plain ghash as non-approved in testmgr to block any attempts
of direct instantiations in FIPS mode.

Signed-off-by: Nicolai Stange <nstange@suse.de>
Signed-off-by: Vladis Dronov <vdronov@redhat.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/testmgr.c