From c83d0d2a26059cf471d09f5cb8e7fc5d76c4907b Mon Sep 17 00:00:00 2001 From: Jussi Kivilinna Date: Sat, 10 Dec 2016 12:29:12 +0200 Subject: hwfeatures: add 'all' for disabling all hardware features * .gitignore: Add 'tests/basic-disable-all-hwf'. * configure.ac: Ditto. * tests/Makefile.am: Ditto. * src/hwfeatures.c (_gcry_disable_hw_feature): Match 'all' for masking all HW features off. (parse_hwf_deny_file): Use '_gcry_disable_hw_feature' for matching. * tests/basic-disable-all-hwf.in: New. -- Also add new test to run 'basic' with all HWF disable. With current assembly implementations and build servers using new CPUs, generic implementations are not being tested enough anymore and compiler problems might end up unnoticed. Signed-off-by: Jussi Kivilinna --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3cd83a2c..5d481aac 100644 --- a/.gitignore +++ b/.gitignore @@ -73,6 +73,7 @@ tests/ac-data tests/ac-schemes tests/aeswrap tests/basic +tests/basic-disable-all-hwf tests/bench-slope tests/benchmark tests/curves -- cgit v1.2.1