diff options
author | Jack Lloyd <[email protected]> | 2019-07-05 04:30:33 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-07-05 04:30:33 -0400 |
commit | ece3587979b8b3c25645161acc0d4f280adbfc4c (patch) | |
tree | 288993597f725baf409c53b1f46e4bb9e2ff81be /src/scripts/test_all_configs.py | |
parent | f95731602d83d4fd5686c98f1cfbf02f101a3652 (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/test_all_configs.py')
-rwxr-xr-x | src/scripts/test_all_configs.py | 1 |
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 |