RSA and ECDSA cryptography is now mandatory; remove the checks for those

This commit is contained in:
Ondřej Surý
2018-06-18 12:07:06 +02:00
parent 9d1f4696ec
commit c40425d0f6
46 changed files with 35 additions and 898 deletions

View File

@@ -12,8 +12,6 @@
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
$SHELL ../testcrypto.sh || exit 255
if test -n "$PYTHON"
then
if $PYTHON -c "import dns" 2> /dev/null
@@ -27,3 +25,5 @@ else
echo_i "This test requires Python and the dnspython module." >&2
exit 1
fi
exit 0