From d2577306c5a44bdb2b6a3bc736e7c4cf22f03e0d Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Thu, 28 Jan 2021 13:34:06 +0100 Subject: [PATCH] autopkgtest supported-algos test: add ED448 --- .../debian/authoritative/debian-buster/tests/supported-algos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder-support/debian/authoritative/debian-buster/tests/supported-algos b/builder-support/debian/authoritative/debian-buster/tests/supported-algos index cacbfa9f92..df93526d9b 100755 --- a/builder-support/debian/authoritative/debian-buster/tests/supported-algos +++ b/builder-support/debian/authoritative/debian-buster/tests/supported-algos @@ -10,7 +10,7 @@ trap cleanup EXIT pdnsutil list-algorithms 2>/dev/null | tee "$TMPFILE" -for algo in RSASHA1 RSASHA1-NSEC3-SHA1 RSASHA256 RSASHA512 ECDSAP256SHA256 ECDSAP384SHA384 ED25519; do +for algo in RSASHA1 RSASHA1-NSEC3-SHA1 RSASHA256 RSASHA512 ECDSAP256SHA256 ECDSAP384SHA384 ED25519 ED448; do if ! grep -E -c " $algo\$" "$TMPFILE"; then echo Algorithm $algo is not supported exit 1 -- 2.47.2