]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
cryptotest.py: Do not run AES-CBC or AES-GCM tests on non-AES crypto(4) drivers
authorcem <cem@FreeBSD.org>
Thu, 21 Sep 2017 18:06:21 +0000 (18:06 +0000)
committercem <cem@FreeBSD.org>
Thu, 21 Sep 2017 18:06:21 +0000 (18:06 +0000)
commitce5730adaa1d67523fb3ab073a865e24819751bb
treeb4d5e74fca37546e72391cd68936dc3f5f216898
parentcb98f1d27dea92d6ecc5fd7b22805c8a3a1063b1
cryptotest.py: Do not run AES-CBC or AES-GCM tests on non-AES crypto(4) drivers

For some reason, we only skipped AES-XTS tests if a driver was not in the
aesmodules list.  Skip other AES modes as well to prevent spurious failures
in non-AES drivers.

Sponsored by: Dell EMC Isilon
tests/sys/opencrypto/cryptotest.py