]> 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>
Mon, 5 Aug 2024 15:54:10 +0000 (17:54 +0200)
commit87a45f46461b08472230e9ae858a39eebbf2026c
tree188e7597f1566a9b86d40ec70fb0797100483982
parent9f97452b5d3e519e90ee5c2d25cef1f7d31c81cd
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.

(cherry picked from commit 25cb39b7fc03415ba3d4897239e4331949ac0f0e)
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]