aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-07-05 04:30:33 -0400
committerJack Lloyd <[email protected]>2019-07-05 04:30:33 -0400
commitece3587979b8b3c25645161acc0d4f280adbfc4c (patch)
tree288993597f725baf409c53b1f46e4bb9e2ff81be /src/scripts
parentf95731602d83d4fd5686c98f1cfbf02f101a3652 (diff)
Remove BearSSL provider
BearSSL is much slower than Botan's builtins, and it is not commonly included in distributions so doesn't even have the advantage of ubiquity.
Diffstat (limited to 'src/scripts')
-rwxr-xr-xsrc/scripts/test_all_configs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scripts/test_all_configs.py b/src/scripts/test_all_configs.py
index e0950e08f..53bd313b6 100755
--- a/src/scripts/test_all_configs.py
+++ b/src/scripts/test_all_configs.py
@@ -24,7 +24,6 @@ def get_module_list(configure_py):
raise Exception("Running configure.py --list-modules failed")
modules = [s.decode('ascii') for s in stdout.split()]
- modules.remove('bearssl') # can't test
modules.remove('tpm') # can't test
modules.remove('base') # can't remove
return modules