]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - crypto/algboss.c
crypto: testmgr - Do not test internal algorithms
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 22 Nov 2016 12:08:31 +0000 (20:08 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 28 Nov 2016 13:23:20 +0000 (21:23 +0800)
commiteed93e0ce335fbe69b8e6847eca3f2c643010112
treec5f4f38bc7f63343e21f46b2e0b4ad3b6354a211
parent065ce3273782b632f3e16ab789b432e12deb6823
crypto: testmgr - Do not test internal algorithms

Currently we manually filter out internal algorithms using a list
in testmgr.  This is dangerous as internal algorithms cannot be
safely used even by testmgr.  This patch ensures that they're never
processed by testmgr at all.

This patch also removes an obsolete bypass for nivciphers which
no longer exist.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/algboss.c
crypto/testmgr.c