From 7bc5e5abf5a3cd66f11cc649b6ecf4c39c92bd9e Mon Sep 17 00:00:00 2001 From: Petr Mensik Date: Fri, 9 Aug 2024 12:32:20 +0200 Subject: [PATCH] fixup! Add test for not-loading and not-transfering huge RRSets --- bin/tests/system/conf.sh.common | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/tests/system/conf.sh.common b/bin/tests/system/conf.sh.common index 9fab00f..e617595 100644 --- a/bin/tests/system/conf.sh.common +++ b/bin/tests/system/conf.sh.common @@ -301,6 +301,9 @@ DISABLED_ALGORITHM=ECDSAP384SHA384 DISABLED_ALGORITHM_NUMBER=14 DISABLED_BITS=384 +# Default HMAC algorithm. +export DEFAULT_HMAC=hmac-sha256 + # # Useful functions in test scripts # -- 2.45.2