]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
autopkgtest supported-algos test: add ED448
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Thu, 28 Jan 2021 12:34:06 +0000 (13:34 +0100)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Thu, 18 Feb 2021 00:33:10 +0000 (01:33 +0100)
builder-support/debian/authoritative/debian-buster/tests/supported-algos

index cacbfa9f92e349cd26983f9273b994859c6caa35..df93526d9b7892f3a636007af2681fe73727ad44 100755 (executable)
@@ -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