]> git.ipfire.org Git - thirdparty/bind9.git/commit
Rewrite testcrypto.sh into python
authorTom Krizek <tkrizek@isc.org>
Mon, 8 Jan 2024 11:54:19 +0000 (12:54 +0100)
committerNicki Křížek <nicki@isc.org>
Wed, 31 Jul 2024 08:50:10 +0000 (10:50 +0200)
commit25cb39b7fc03415ba3d4897239e4331949ac0f0e
tree582ba684c5a9b8dc78eaa6fcaa16aef15720ccdd
parent8302db407c836109c0d313ae82060c42aeef0230
Rewrite testcrypto.sh into python

Run the crypto support checks when initializing the isctest package and
save those results in environment variable. This removes the need to
repeatedly check for crypto operation support, as it's not something
that would change at test runtime.
bin/tests/system/isctest/vars/__init__.py
bin/tests/system/isctest/vars/algorithms.py
bin/tests/system/isctest/vars/all.py
bin/tests/system/testcrypto.sh [deleted file]