2022-09-14 18:51:22 +00:00
|
|
|
From 09030b066846a9b7252b5cb4f483d4a55b4639fc Mon Sep 17 00:00:00 2001
|
2023-01-27 17:24:45 +00:00
|
|
|
From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= <pemensik@redhat.com>
|
|
|
|
Date: Thu, 2 Aug 2018 23:46:45 +0200
|
|
|
|
Subject: [PATCH] FIPS tests changes
|
|
|
|
MIME-Version: 1.0
|
|
|
|
Content-Type: text/plain; charset=UTF-8
|
|
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
|
|
|
|
Squashed commit of the following:
|
|
|
|
|
|
|
|
commit 09e5eb48698d4fef2fc1031870de86c553b6bfaa
|
|
|
|
Author: Petr Menšík <pemensik@redhat.com>
|
|
|
|
Date: Wed Mar 7 20:35:13 2018 +0100
|
|
|
|
|
|
|
|
Fix nsupdate test. Do not use md5 by default for rndc, skip gracefully md5 if not available.
|
|
|
|
|
|
|
|
commit ab303db70082db76ecf36493d0b82ef3e8750cad
|
|
|
|
Author: Petr Menšík <pemensik@redhat.com>
|
|
|
|
Date: Wed Mar 7 18:11:10 2018 +0100
|
|
|
|
|
|
|
|
Changed root key to be RSASHA256
|
|
|
|
|
|
|
|
Change bad trusted key to be the same algorithm.
|
|
|
|
|
|
|
|
commit 88ab07c0e14cc71247e1f9d11a1ea832b64c1ee8
|
|
|
|
Author: Petr Menšík <pemensik@redhat.com>
|
|
|
|
Date: Wed Mar 7 16:56:17 2018 +0100
|
|
|
|
|
|
|
|
Change used key to not use hmac-md5
|
|
|
|
|
|
|
|
Fix upforwd test, do not use hmac-md5
|
|
|
|
|
|
|
|
commit aec891571626f053acfb4d0a247240cbc21a84e9
|
|
|
|
Author: Petr Menšík <pemensik@redhat.com>
|
|
|
|
Date: Wed Mar 7 15:54:11 2018 +0100
|
|
|
|
|
|
|
|
Increase bitsize of DSA key to pass FIPS 140-2 mode.
|
|
|
|
|
|
|
|
commit bca8e164fa0d9aff2f946b8b4eb0f1f7e0bf6696
|
|
|
|
Author: Petr Menšík <pemensik@redhat.com>
|
|
|
|
Date: Wed Mar 7 15:41:08 2018 +0100
|
|
|
|
|
|
|
|
Fix tsig and rndc tests for disabled md5
|
|
|
|
|
|
|
|
Use hmac-sha256 instead of hmac-md5.
|
|
|
|
|
|
|
|
commit 0d314c1ab6151aa13574a21ad22f28d3b7f42a67
|
|
|
|
Author: Petr Menšík <pemensik@redhat.com>
|
|
|
|
Date: Wed Mar 7 13:21:00 2018 +0100
|
|
|
|
|
|
|
|
Add md5 availability detection to featuretest
|
|
|
|
|
|
|
|
commit f389a918803e2853e4b55fed62765dc4a492e34f
|
|
|
|
Author: Petr Menšík <pemensik@redhat.com>
|
|
|
|
Date: Wed Mar 7 10:44:23 2018 +0100
|
|
|
|
|
|
|
|
Change tests to not use hmac-md5 algorithms if not required
|
|
|
|
|
|
|
|
Use hmac-sha256 instead of default hmac-md5 for allow-query
|
|
|
|
---
|
|
|
|
bin/tests/system/acl/ns2/named1.conf.in | 4 +-
|
|
|
|
bin/tests/system/acl/ns2/named2.conf.in | 4 +-
|
|
|
|
bin/tests/system/acl/ns2/named3.conf.in | 6 +-
|
|
|
|
bin/tests/system/acl/ns2/named4.conf.in | 4 +-
|
|
|
|
bin/tests/system/acl/ns2/named5.conf.in | 4 +-
|
|
|
|
bin/tests/system/acl/tests.sh | 32 ++++-----
|
|
|
|
.../system/allow-query/ns2/named10.conf.in | 2 +-
|
|
|
|
.../system/allow-query/ns2/named11.conf.in | 4 +-
|
|
|
|
.../system/allow-query/ns2/named12.conf.in | 2 +-
|
|
|
|
.../system/allow-query/ns2/named30.conf.in | 2 +-
|
|
|
|
.../system/allow-query/ns2/named31.conf.in | 4 +-
|
|
|
|
.../system/allow-query/ns2/named32.conf.in | 2 +-
|
|
|
|
.../system/allow-query/ns2/named40.conf.in | 4 +-
|
|
|
|
bin/tests/system/allow-query/tests.sh | 18 ++---
|
|
|
|
bin/tests/system/catz/ns1/named.conf.in | 2 +-
|
|
|
|
bin/tests/system/checkconf/bad-tsig.conf | 2 +-
|
|
|
|
bin/tests/system/checkconf/good.conf | 2 +-
|
|
|
|
bin/tests/system/feature-test.c | 14 ++++
|
|
|
|
bin/tests/system/notify/ns5/named.conf.in | 6 +-
|
|
|
|
bin/tests/system/notify/tests.sh | 6 +-
|
|
|
|
bin/tests/system/nsupdate/ns1/named.conf.in | 2 +-
|
|
|
|
bin/tests/system/nsupdate/ns2/named.conf.in | 2 +-
|
|
|
|
bin/tests/system/nsupdate/setup.sh | 6 +-
|
2022-09-14 18:51:22 +00:00
|
|
|
bin/tests/system/nsupdate/tests.sh | 11 ++-
|
2023-01-27 17:24:45 +00:00
|
|
|
bin/tests/system/rndc/setup.sh | 2 +-
|
2022-09-14 18:51:22 +00:00
|
|
|
bin/tests/system/rndc/tests.sh | 22 +++---
|
2023-01-27 17:24:45 +00:00
|
|
|
bin/tests/system/tsig/ns1/named.conf.in | 10 +--
|
2022-09-14 18:51:22 +00:00
|
|
|
bin/tests/system/tsig/ns1/rndc5.conf.in | 10 +++
|
2023-01-27 17:24:45 +00:00
|
|
|
bin/tests/system/tsig/setup.sh | 5 ++
|
2022-09-14 18:51:22 +00:00
|
|
|
bin/tests/system/tsig/tests.sh | 67 ++++++++++++-------
|
2023-01-27 17:24:45 +00:00
|
|
|
bin/tests/system/upforwd/ns1/named.conf.in | 2 +-
|
|
|
|
bin/tests/system/upforwd/tests.sh | 2 +-
|
2022-09-14 18:51:22 +00:00
|
|
|
32 files changed, 159 insertions(+), 106 deletions(-)
|
|
|
|
create mode 100644 bin/tests/system/tsig/ns1/rndc5.conf.in
|
2023-01-27 17:24:45 +00:00
|
|
|
|
|
|
|
diff --git a/bin/tests/system/acl/ns2/named1.conf.in b/bin/tests/system/acl/ns2/named1.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
index 745048a..93cb411 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/acl/ns2/named1.conf.in
|
|
|
|
+++ b/bin/tests/system/acl/ns2/named1.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -35,12 +35,12 @@ options {
|
2023-01-27 17:24:45 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
key one {
|
|
|
|
- algorithm hmac-md5;
|
|
|
|
+ algorithm hmac-sha256;
|
|
|
|
secret "1234abcd8765";
|
|
|
|
};
|
|
|
|
|
|
|
|
key two {
|
|
|
|
- algorithm hmac-md5;
|
|
|
|
+ algorithm hmac-sha256;
|
|
|
|
secret "1234abcd8765";
|
|
|
|
};
|
|
|
|
|
|
|
|
diff --git a/bin/tests/system/acl/ns2/named2.conf.in b/bin/tests/system/acl/ns2/named2.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
index 21aa991..78e71cc 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/acl/ns2/named2.conf.in
|
|
|
|
+++ b/bin/tests/system/acl/ns2/named2.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -35,12 +35,12 @@ options {
|
2023-01-27 17:24:45 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
key one {
|
|
|
|
- algorithm hmac-md5;
|
|
|
|
+ algorithm hmac-sha256;
|
|
|
|
secret "1234abcd8765";
|
|
|
|
};
|
|
|
|
|
|
|
|
key two {
|
|
|
|
- algorithm hmac-md5;
|
|
|
|
+ algorithm hmac-sha256;
|
|
|
|
secret "1234abcd8765";
|
|
|
|
};
|
|
|
|
|
|
|
|
diff --git a/bin/tests/system/acl/ns2/named3.conf.in b/bin/tests/system/acl/ns2/named3.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
index 3208c92..bed6325 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/acl/ns2/named3.conf.in
|
|
|
|
+++ b/bin/tests/system/acl/ns2/named3.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -35,17 +35,17 @@ options {
|
2023-01-27 17:24:45 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
key one {
|
|
|
|
- algorithm hmac-md5;
|
|
|
|
+ algorithm hmac-sha256;
|
|
|
|
secret "1234abcd8765";
|
|
|
|
};
|
|
|
|
|
|
|
|
key two {
|
|
|
|
- algorithm hmac-md5;
|
|
|
|
+ algorithm hmac-sha256;
|
|
|
|
secret "1234abcd8765";
|
|
|
|
};
|
|
|
|
|
|
|
|
key three {
|
|
|
|
- algorithm hmac-md5;
|
|
|
|
+ algorithm hmac-sha256;
|
|
|
|
secret "1234abcd8765";
|
|
|
|
};
|
|
|
|
|
|
|
|
diff --git a/bin/tests/system/acl/ns2/named4.conf.in b/bin/tests/system/acl/ns2/named4.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
index 14e82ed..a22cafe 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/acl/ns2/named4.conf.in
|
|
|
|
+++ b/bin/tests/system/acl/ns2/named4.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -35,12 +35,12 @@ options {
|
2023-01-27 17:24:45 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
key one {
|
|
|
|
- algorithm hmac-md5;
|
|
|
|
+ algorithm hmac-sha256;
|
|
|
|
secret "1234abcd8765";
|
|
|
|
};
|
|
|
|
|
|
|
|
key two {
|
|
|
|
- algorithm hmac-md5;
|
|
|
|
+ algorithm hmac-sha256;
|
|
|
|
secret "1234abcd8765";
|
|
|
|
};
|
|
|
|
|
|
|
|
diff --git a/bin/tests/system/acl/ns2/named5.conf.in b/bin/tests/system/acl/ns2/named5.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
index f43f33c..f4a865a 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/acl/ns2/named5.conf.in
|
|
|
|
+++ b/bin/tests/system/acl/ns2/named5.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -37,12 +37,12 @@ options {
|
2023-01-27 17:24:45 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
key one {
|
|
|
|
- algorithm hmac-md5;
|
|
|
|
+ algorithm hmac-sha256;
|
|
|
|
secret "1234abcd8765";
|
|
|
|
};
|
|
|
|
|
|
|
|
key two {
|
|
|
|
- algorithm hmac-md5;
|
|
|
|
+ algorithm hmac-sha256;
|
|
|
|
secret "1234abcd8765";
|
|
|
|
};
|
|
|
|
|
|
|
|
diff --git a/bin/tests/system/acl/tests.sh b/bin/tests/system/acl/tests.sh
|
2022-09-14 18:51:22 +00:00
|
|
|
index ad98fa1..7a7ff4a 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/acl/tests.sh
|
|
|
|
+++ b/bin/tests/system/acl/tests.sh
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -23,14 +23,14 @@ echo_i "testing basic ACL processing"
|
2023-01-27 17:24:45 +00:00
|
|
|
# key "one" should fail
|
|
|
|
t=`expr $t + 1`
|
|
|
|
$DIG $DIGOPTS tsigzone. \
|
|
|
|
- @10.53.0.2 -b 10.53.0.1 axfr -y one:1234abcd8765 > dig.out.${t}
|
|
|
|
+ @10.53.0.2 -b 10.53.0.1 axfr -y hmac-sha256:one:1234abcd8765 > dig.out.${t}
|
|
|
|
grep "^;" dig.out.${t} > /dev/null 2>&1 || { echo_i "test $t failed" ; status=1; }
|
|
|
|
|
|
|
|
|
|
|
|
# any other key should be fine
|
|
|
|
t=`expr $t + 1`
|
|
|
|
$DIG $DIGOPTS tsigzone. \
|
|
|
|
- @10.53.0.2 -b 10.53.0.1 axfr -y two:1234abcd8765 > dig.out.${t}
|
|
|
|
+ @10.53.0.2 -b 10.53.0.1 axfr -y hmac-sha256:two:1234abcd8765 > dig.out.${t}
|
|
|
|
grep "^;" dig.out.${t} > /dev/null 2>&1 && { echo_i "test $t failed" ; status=1; }
|
|
|
|
|
|
|
|
copy_setports ns2/named2.conf.in ns2/named.conf
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -40,18 +40,18 @@ sleep 5
|
2023-01-27 17:24:45 +00:00
|
|
|
# prefix 10/8 should fail
|
|
|
|
t=`expr $t + 1`
|
|
|
|
$DIG $DIGOPTS tsigzone. \
|
|
|
|
- @10.53.0.2 -b 10.53.0.1 axfr -y one:1234abcd8765 > dig.out.${t}
|
|
|
|
+ @10.53.0.2 -b 10.53.0.1 axfr -y hmac-sha256:one:1234abcd8765 > dig.out.${t}
|
|
|
|
grep "^;" dig.out.${t} > /dev/null 2>&1 || { echo_i "test $t failed" ; status=1; }
|
|
|
|
|
|
|
|
# any other address should work, as long as it sends key "one"
|
|
|
|
t=`expr $t + 1`
|
|
|
|
$DIG $DIGOPTS tsigzone. \
|
|
|
|
- @10.53.0.2 -b 127.0.0.1 axfr -y two:1234abcd8765 > dig.out.${t}
|
|
|
|
+ @10.53.0.2 -b 127.0.0.1 axfr -y hmac-sha256:two:1234abcd8765 > dig.out.${t}
|
|
|
|
grep "^;" dig.out.${t} > /dev/null 2>&1 || { echo_i "test $t failed" ; status=1; }
|
|
|
|
|
|
|
|
t=`expr $t + 1`
|
|
|
|
$DIG $DIGOPTS tsigzone. \
|
|
|
|
- @10.53.0.2 -b 127.0.0.1 axfr -y one:1234abcd8765 > dig.out.${t}
|
|
|
|
+ @10.53.0.2 -b 127.0.0.1 axfr -y hmac-sha256:one:1234abcd8765 > dig.out.${t}
|
|
|
|
grep "^;" dig.out.${t} > /dev/null 2>&1 && { echo_i "test $t failed" ; status=1; }
|
|
|
|
|
|
|
|
echo_i "testing nested ACL processing"
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -63,31 +63,31 @@ sleep 5
|
2023-01-27 17:24:45 +00:00
|
|
|
# should succeed
|
|
|
|
t=`expr $t + 1`
|
|
|
|
$DIG $DIGOPTS tsigzone. \
|
|
|
|
- @10.53.0.2 -b 10.53.0.2 axfr -y two:1234abcd8765 > dig.out.${t}
|
|
|
|
+ @10.53.0.2 -b 10.53.0.2 axfr -y hmac-sha256:two:1234abcd8765 > dig.out.${t}
|
|
|
|
grep "^;" dig.out.${t} > /dev/null 2>&1 && { echo_i "test $t failed" ; status=1; }
|
|
|
|
|
|
|
|
# should succeed
|
|
|
|
t=`expr $t + 1`
|
|
|
|
$DIG $DIGOPTS tsigzone. \
|
|
|
|
- @10.53.0.2 -b 10.53.0.2 axfr -y one:1234abcd8765 > dig.out.${t}
|
|
|
|
+ @10.53.0.2 -b 10.53.0.2 axfr -y hmac-sha256:one:1234abcd8765 > dig.out.${t}
|
|
|
|
grep "^;" dig.out.${t} > /dev/null 2>&1 && { echo_i "test $t failed" ; status=1; }
|
|
|
|
|
|
|
|
# should succeed
|
|
|
|
t=`expr $t + 1`
|
|
|
|
$DIG $DIGOPTS tsigzone. \
|
|
|
|
- @10.53.0.2 -b 10.53.0.1 axfr -y two:1234abcd8765 > dig.out.${t}
|
|
|
|
+ @10.53.0.2 -b 10.53.0.1 axfr -y hmac-sha256:two:1234abcd8765 > dig.out.${t}
|
|
|
|
grep "^;" dig.out.${t} > /dev/null 2>&1 && { echo_i "test $t failed" ; status=1; }
|
|
|
|
|
|
|
|
# should succeed
|
|
|
|
t=`expr $t + 1`
|
|
|
|
$DIG $DIGOPTS tsigzone. \
|
|
|
|
- @10.53.0.2 -b 10.53.0.1 axfr -y two:1234abcd8765 > dig.out.${t}
|
|
|
|
+ @10.53.0.2 -b 10.53.0.1 axfr -y hmac-sha256:two:1234abcd8765 > dig.out.${t}
|
|
|
|
grep "^;" dig.out.${t} > /dev/null 2>&1 && { echo_i "test $t failed" ; status=1; }
|
|
|
|
|
|
|
|
# but only one or the other should fail
|
|
|
|
t=`expr $t + 1`
|
|
|
|
$DIG $DIGOPTS tsigzone. \
|
|
|
|
- @10.53.0.2 -b 127.0.0.1 axfr -y one:1234abcd8765 > dig.out.${t}
|
|
|
|
+ @10.53.0.2 -b 127.0.0.1 axfr -y hmac-sha256:one:1234abcd8765 > dig.out.${t}
|
|
|
|
grep "^;" dig.out.${t} > /dev/null 2>&1 || { echo_i "test $t failed" ; status=1; }
|
|
|
|
|
|
|
|
t=`expr $t + 1`
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -98,7 +98,7 @@ grep "^;" dig.out.${t} > /dev/null 2>&1 || { echo_i "test $tt failed" ; status=1
|
2023-01-27 17:24:45 +00:00
|
|
|
# and other values? right out
|
|
|
|
t=`expr $t + 1`
|
|
|
|
$DIG $DIGOPTS tsigzone. \
|
|
|
|
- @10.53.0.2 -b 127.0.0.1 axfr -y three:1234abcd8765 > dig.out.${t}
|
|
|
|
+ @10.53.0.2 -b 127.0.0.1 axfr -y hmac-sha256:three:1234abcd8765 > dig.out.${t}
|
|
|
|
grep "^;" dig.out.${t} > /dev/null 2>&1 || { echo_i "test $t failed" ; status=1; }
|
|
|
|
|
|
|
|
# now we only allow 10.53.0.1 *and* key one, or 10.53.0.2 *and* key two
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -109,31 +109,31 @@ sleep 5
|
2023-01-27 17:24:45 +00:00
|
|
|
# should succeed
|
|
|
|
t=`expr $t + 1`
|
|
|
|
$DIG $DIGOPTS tsigzone. \
|
|
|
|
- @10.53.0.2 -b 10.53.0.2 axfr -y two:1234abcd8765 > dig.out.${t}
|
|
|
|
+ @10.53.0.2 -b 10.53.0.2 axfr -y hmac-sha256:two:1234abcd8765 > dig.out.${t}
|
|
|
|
grep "^;" dig.out.${t} > /dev/null 2>&1 && { echo_i "test $t failed" ; status=1; }
|
|
|
|
|
|
|
|
# should succeed
|
|
|
|
t=`expr $t + 1`
|
|
|
|
$DIG $DIGOPTS tsigzone. \
|
|
|
|
- @10.53.0.2 -b 10.53.0.1 axfr -y one:1234abcd8765 > dig.out.${t}
|
|
|
|
+ @10.53.0.2 -b 10.53.0.1 axfr -y hmac-sha256:one:1234abcd8765 > dig.out.${t}
|
|
|
|
grep "^;" dig.out.${t} > /dev/null 2>&1 && { echo_i "test $t failed" ; status=1; }
|
|
|
|
|
|
|
|
# should fail
|
|
|
|
t=`expr $t + 1`
|
|
|
|
$DIG $DIGOPTS tsigzone. \
|
|
|
|
- @10.53.0.2 -b 10.53.0.2 axfr -y one:1234abcd8765 > dig.out.${t}
|
|
|
|
+ @10.53.0.2 -b 10.53.0.2 axfr -y hmac-sha256:one:1234abcd8765 > dig.out.${t}
|
|
|
|
grep "^;" dig.out.${t} > /dev/null 2>&1 || { echo_i "test $t failed" ; status=1; }
|
|
|
|
|
|
|
|
# should fail
|
|
|
|
t=`expr $t + 1`
|
|
|
|
$DIG $DIGOPTS tsigzone. \
|
|
|
|
- @10.53.0.2 -b 10.53.0.1 axfr -y two:1234abcd8765 > dig.out.${t}
|
|
|
|
+ @10.53.0.2 -b 10.53.0.1 axfr -y hmac-sha256:two:1234abcd8765 > dig.out.${t}
|
|
|
|
grep "^;" dig.out.${t} > /dev/null 2>&1 || { echo_i "test $t failed" ; status=1; }
|
|
|
|
|
|
|
|
# should fail
|
|
|
|
t=`expr $t + 1`
|
|
|
|
$DIG $DIGOPTS tsigzone. \
|
|
|
|
- @10.53.0.2 -b 10.53.0.3 axfr -y one:1234abcd8765 > dig.out.${t}
|
|
|
|
+ @10.53.0.2 -b 10.53.0.3 axfr -y hmac-sha256:one:1234abcd8765 > dig.out.${t}
|
|
|
|
grep "^;" dig.out.${t} > /dev/null 2>&1 || { echo_i "test $t failed" ; status=1; }
|
|
|
|
|
|
|
|
echo_i "testing allow-query-on ACL processing"
|
|
|
|
diff --git a/bin/tests/system/allow-query/ns2/named10.conf.in b/bin/tests/system/allow-query/ns2/named10.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
index b91d19a..7d777c2 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/allow-query/ns2/named10.conf.in
|
|
|
|
+++ b/bin/tests/system/allow-query/ns2/named10.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -12,7 +12,7 @@
|
2023-01-27 17:24:45 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
key one {
|
|
|
|
- algorithm hmac-md5;
|
|
|
|
+ algorithm hmac-sha256;
|
|
|
|
secret "1234abcd8765";
|
|
|
|
};
|
|
|
|
|
|
|
|
diff --git a/bin/tests/system/allow-query/ns2/named11.conf.in b/bin/tests/system/allow-query/ns2/named11.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
index 308c4ca..00f6f40 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/allow-query/ns2/named11.conf.in
|
|
|
|
+++ b/bin/tests/system/allow-query/ns2/named11.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -12,12 +12,12 @@
|
2023-01-27 17:24:45 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
key one {
|
|
|
|
- algorithm hmac-md5;
|
|
|
|
+ algorithm hmac-sha256;
|
|
|
|
secret "1234abcd8765";
|
|
|
|
};
|
|
|
|
|
|
|
|
key two {
|
|
|
|
- algorithm hmac-md5;
|
|
|
|
+ algorithm hmac-sha256;
|
|
|
|
secret "1234efgh8765";
|
|
|
|
};
|
|
|
|
|
|
|
|
diff --git a/bin/tests/system/allow-query/ns2/named12.conf.in b/bin/tests/system/allow-query/ns2/named12.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
index 6b0fe55..491e514 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/allow-query/ns2/named12.conf.in
|
|
|
|
+++ b/bin/tests/system/allow-query/ns2/named12.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -12,7 +12,7 @@
|
2023-01-27 17:24:45 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
key one {
|
|
|
|
- algorithm hmac-md5;
|
|
|
|
+ algorithm hmac-sha256;
|
|
|
|
secret "1234abcd8765";
|
|
|
|
};
|
|
|
|
|
|
|
|
diff --git a/bin/tests/system/allow-query/ns2/named30.conf.in b/bin/tests/system/allow-query/ns2/named30.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
index aefc474..7c06596 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/allow-query/ns2/named30.conf.in
|
|
|
|
+++ b/bin/tests/system/allow-query/ns2/named30.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -12,7 +12,7 @@
|
2023-01-27 17:24:45 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
key one {
|
|
|
|
- algorithm hmac-md5;
|
|
|
|
+ algorithm hmac-sha256;
|
|
|
|
secret "1234abcd8765";
|
|
|
|
};
|
|
|
|
|
|
|
|
diff --git a/bin/tests/system/allow-query/ns2/named31.conf.in b/bin/tests/system/allow-query/ns2/named31.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
index 27eccc2..eecb990 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/allow-query/ns2/named31.conf.in
|
|
|
|
+++ b/bin/tests/system/allow-query/ns2/named31.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -12,12 +12,12 @@
|
2023-01-27 17:24:45 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
key one {
|
|
|
|
- algorithm hmac-md5;
|
|
|
|
+ algorithm hmac-sha256;
|
|
|
|
secret "1234abcd8765";
|
|
|
|
};
|
|
|
|
|
|
|
|
key two {
|
|
|
|
- algorithm hmac-md5;
|
|
|
|
+ algorithm hmac-sha256;
|
|
|
|
secret "1234efgh8765";
|
|
|
|
};
|
|
|
|
|
|
|
|
diff --git a/bin/tests/system/allow-query/ns2/named32.conf.in b/bin/tests/system/allow-query/ns2/named32.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
index adbb203..744d122 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/allow-query/ns2/named32.conf.in
|
|
|
|
+++ b/bin/tests/system/allow-query/ns2/named32.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -12,7 +12,7 @@
|
2023-01-27 17:24:45 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
key one {
|
|
|
|
- algorithm hmac-md5;
|
|
|
|
+ algorithm hmac-sha256;
|
|
|
|
secret "1234abcd8765";
|
|
|
|
};
|
|
|
|
|
|
|
|
diff --git a/bin/tests/system/allow-query/ns2/named40.conf.in b/bin/tests/system/allow-query/ns2/named40.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
index 364f94b..9518f82 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/allow-query/ns2/named40.conf.in
|
|
|
|
+++ b/bin/tests/system/allow-query/ns2/named40.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -16,12 +16,12 @@ acl accept { 10.53.0.2; };
|
2023-01-27 17:24:45 +00:00
|
|
|
acl badaccept { 10.53.0.1; };
|
|
|
|
|
|
|
|
key one {
|
|
|
|
- algorithm hmac-md5;
|
|
|
|
+ algorithm hmac-sha256;
|
|
|
|
secret "1234abcd8765";
|
|
|
|
};
|
|
|
|
|
|
|
|
key two {
|
|
|
|
- algorithm hmac-md5;
|
|
|
|
+ algorithm hmac-sha256;
|
|
|
|
secret "1234efgh8765";
|
|
|
|
};
|
|
|
|
|
|
|
|
diff --git a/bin/tests/system/allow-query/tests.sh b/bin/tests/system/allow-query/tests.sh
|
2022-09-14 18:51:22 +00:00
|
|
|
index bbffe07..80da0fe 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/allow-query/tests.sh
|
|
|
|
+++ b/bin/tests/system/allow-query/tests.sh
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -200,7 +200,7 @@ rndc_reload ns2 10.53.0.2
|
2023-01-27 17:24:45 +00:00
|
|
|
|
|
|
|
echo_i "test $n: key allowed - query allowed"
|
|
|
|
ret=0
|
|
|
|
-$DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 -y one:1234abcd8765 a.normal.example a > dig.out.ns2.$n || ret=1
|
|
|
|
+$DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 -y hmac-sha256:one:1234abcd8765 a.normal.example a > dig.out.ns2.$n || ret=1
|
|
|
|
grep 'status: NOERROR' dig.out.ns2.$n > /dev/null || ret=1
|
|
|
|
grep '^a.normal.example' dig.out.ns2.$n > /dev/null || ret=1
|
|
|
|
if [ $ret != 0 ]; then echo_i "failed"; fi
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -213,7 +213,7 @@ rndc_reload ns2 10.53.0.2
|
2023-01-27 17:24:45 +00:00
|
|
|
|
|
|
|
echo_i "test $n: key not allowed - query refused"
|
|
|
|
ret=0
|
|
|
|
-$DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 -y two:1234efgh8765 a.normal.example a > dig.out.ns2.$n || ret=1
|
|
|
|
+$DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 -y hmac-sha256:two:1234efgh8765 a.normal.example a > dig.out.ns2.$n || ret=1
|
|
|
|
grep 'status: REFUSED' dig.out.ns2.$n > /dev/null || ret=1
|
2021-12-20 17:55:49 +00:00
|
|
|
grep 'EDE: 18 (Prohibited)' dig.out.ns2.$n > /dev/null || ret=1
|
2023-01-27 17:24:45 +00:00
|
|
|
grep '^a.normal.example' dig.out.ns2.$n > /dev/null && ret=1
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -227,7 +227,7 @@ rndc_reload ns2 10.53.0.2
|
2023-01-27 17:24:45 +00:00
|
|
|
|
|
|
|
echo_i "test $n: key disallowed - query refused"
|
|
|
|
ret=0
|
|
|
|
-$DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 -y one:1234abcd8765 a.normal.example a > dig.out.ns2.$n || ret=1
|
|
|
|
+$DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 -y hmac-sha256:one:1234abcd8765 a.normal.example a > dig.out.ns2.$n || ret=1
|
|
|
|
grep 'status: REFUSED' dig.out.ns2.$n > /dev/null || ret=1
|
2021-12-20 17:55:49 +00:00
|
|
|
grep 'EDE: 18 (Prohibited)' dig.out.ns2.$n > /dev/null || ret=1
|
2023-01-27 17:24:45 +00:00
|
|
|
grep '^a.normal.example' dig.out.ns2.$n > /dev/null && ret=1
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -366,7 +366,7 @@ rndc_reload ns2 10.53.0.2
|
2023-01-27 17:24:45 +00:00
|
|
|
|
|
|
|
echo_i "test $n: views key allowed - query allowed"
|
|
|
|
ret=0
|
|
|
|
-$DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 -y one:1234abcd8765 a.normal.example a > dig.out.ns2.$n || ret=1
|
|
|
|
+$DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 -y hmac-sha256:one:1234abcd8765 a.normal.example a > dig.out.ns2.$n || ret=1
|
|
|
|
grep 'status: NOERROR' dig.out.ns2.$n > /dev/null || ret=1
|
|
|
|
grep '^a.normal.example' dig.out.ns2.$n > /dev/null || ret=1
|
|
|
|
if [ $ret != 0 ]; then echo_i "failed"; fi
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -379,7 +379,7 @@ rndc_reload ns2 10.53.0.2
|
2023-01-27 17:24:45 +00:00
|
|
|
|
|
|
|
echo_i "test $n: views key not allowed - query refused"
|
|
|
|
ret=0
|
|
|
|
-$DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 -y two:1234efgh8765 a.normal.example a > dig.out.ns2.$n || ret=1
|
|
|
|
+$DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 -y hmac-sha256:two:1234efgh8765 a.normal.example a > dig.out.ns2.$n || ret=1
|
|
|
|
grep 'status: REFUSED' dig.out.ns2.$n > /dev/null || ret=1
|
2021-12-20 17:55:49 +00:00
|
|
|
grep 'EDE: 18 (Prohibited)' dig.out.ns2.$n > /dev/null || ret=1
|
2023-01-27 17:24:45 +00:00
|
|
|
grep '^a.normal.example' dig.out.ns2.$n > /dev/null && ret=1
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -393,7 +393,7 @@ rndc_reload ns2 10.53.0.2
|
2023-01-27 17:24:45 +00:00
|
|
|
|
|
|
|
echo_i "test $n: views key disallowed - query refused"
|
|
|
|
ret=0
|
|
|
|
-$DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 -y one:1234abcd8765 a.normal.example a > dig.out.ns2.$n || ret=1
|
|
|
|
+$DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 -y hmac-sha256:one:1234abcd8765 a.normal.example a > dig.out.ns2.$n || ret=1
|
|
|
|
grep 'status: REFUSED' dig.out.ns2.$n > /dev/null || ret=1
|
2021-12-20 17:55:49 +00:00
|
|
|
grep 'EDE: 18 (Prohibited)' dig.out.ns2.$n > /dev/null || ret=1
|
2023-01-27 17:24:45 +00:00
|
|
|
grep '^a.normal.example' dig.out.ns2.$n > /dev/null && ret=1
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -533,7 +533,7 @@ status=`expr $status + $ret`
|
2023-01-27 17:24:45 +00:00
|
|
|
n=`expr $n + 1`
|
|
|
|
echo_i "test $n: zone key allowed - query allowed"
|
|
|
|
ret=0
|
|
|
|
-$DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 -y one:1234abcd8765 a.keyallow.example a > dig.out.ns2.$n || ret=1
|
|
|
|
+$DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 -y hmac-sha256:one:1234abcd8765 a.keyallow.example a > dig.out.ns2.$n || ret=1
|
|
|
|
grep 'status: NOERROR' dig.out.ns2.$n > /dev/null || ret=1
|
|
|
|
grep '^a.keyallow.example' dig.out.ns2.$n > /dev/null || ret=1
|
|
|
|
if [ $ret != 0 ]; then echo_i "failed"; fi
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -543,7 +543,7 @@ status=`expr $status + $ret`
|
2023-01-27 17:24:45 +00:00
|
|
|
n=`expr $n + 1`
|
|
|
|
echo_i "test $n: zone key not allowed - query refused"
|
|
|
|
ret=0
|
|
|
|
-$DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 -y two:1234efgh8765 a.keyallow.example a > dig.out.ns2.$n || ret=1
|
|
|
|
+$DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 -y hmac-sha256:two:1234efgh8765 a.keyallow.example a > dig.out.ns2.$n || ret=1
|
|
|
|
grep 'status: REFUSED' dig.out.ns2.$n > /dev/null || ret=1
|
2021-12-20 17:55:49 +00:00
|
|
|
grep 'EDE: 18 (Prohibited)' dig.out.ns2.$n > /dev/null || ret=1
|
2023-01-27 17:24:45 +00:00
|
|
|
grep '^a.keyallow.example' dig.out.ns2.$n > /dev/null && ret=1
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -554,7 +554,7 @@ status=`expr $status + $ret`
|
2023-01-27 17:24:45 +00:00
|
|
|
n=`expr $n + 1`
|
|
|
|
echo_i "test $n: zone key disallowed - query refused"
|
|
|
|
ret=0
|
|
|
|
-$DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 -y one:1234abcd8765 a.keydisallow.example a > dig.out.ns2.$n || ret=1
|
|
|
|
+$DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 -y hmac-sha256:one:1234abcd8765 a.keydisallow.example a > dig.out.ns2.$n || ret=1
|
|
|
|
grep 'status: REFUSED' dig.out.ns2.$n > /dev/null || ret=1
|
2021-12-20 17:55:49 +00:00
|
|
|
grep 'EDE: 18 (Prohibited)' dig.out.ns2.$n > /dev/null || ret=1
|
2023-01-27 17:24:45 +00:00
|
|
|
grep '^a.keydisallow.example' dig.out.ns2.$n > /dev/null && ret=1
|
|
|
|
diff --git a/bin/tests/system/catz/ns1/named.conf.in b/bin/tests/system/catz/ns1/named.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
index 1421281..424afb8 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/catz/ns1/named.conf.in
|
|
|
|
+++ b/bin/tests/system/catz/ns1/named.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -122,5 +122,5 @@ view "ch" ch {
|
2023-01-27 17:24:45 +00:00
|
|
|
|
|
|
|
key tsig_key. {
|
|
|
|
secret "LSAnCU+Z";
|
|
|
|
- algorithm hmac-md5;
|
|
|
|
+ algorithm hmac-sha256;
|
|
|
|
};
|
|
|
|
diff --git a/bin/tests/system/checkconf/bad-tsig.conf b/bin/tests/system/checkconf/bad-tsig.conf
|
2022-09-14 18:51:22 +00:00
|
|
|
index 4af25b0..9f202d5 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/checkconf/bad-tsig.conf
|
|
|
|
+++ b/bin/tests/system/checkconf/bad-tsig.conf
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -13,7 +13,7 @@
|
2023-01-27 17:24:45 +00:00
|
|
|
|
|
|
|
/* Bad secret */
|
|
|
|
key "badtsig" {
|
|
|
|
- algorithm hmac-md5;
|
|
|
|
+ algorithm hmac-sha256;
|
|
|
|
secret "jEdD+BPKg==";
|
|
|
|
};
|
|
|
|
|
|
|
|
diff --git a/bin/tests/system/checkconf/good.conf b/bin/tests/system/checkconf/good.conf
|
2022-09-14 18:51:22 +00:00
|
|
|
index 897dc86..e4b6dc1 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/checkconf/good.conf
|
|
|
|
+++ b/bin/tests/system/checkconf/good.conf
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -270,6 +270,6 @@ dyndb "name" "library.so" {
|
2023-01-27 17:24:45 +00:00
|
|
|
system;
|
|
|
|
};
|
|
|
|
key "mykey" {
|
|
|
|
- algorithm "hmac-md5";
|
|
|
|
+ algorithm "hmac-sha256";
|
|
|
|
secret "qwertyuiopasdfgh";
|
|
|
|
};
|
|
|
|
diff --git a/bin/tests/system/feature-test.c b/bin/tests/system/feature-test.c
|
2022-09-14 18:51:22 +00:00
|
|
|
index 3435c91..aaaa264 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/feature-test.c
|
|
|
|
+++ b/bin/tests/system/feature-test.c
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -17,6 +17,7 @@
|
2023-01-27 17:24:45 +00:00
|
|
|
#include <string.h>
|
|
|
|
#include <unistd.h>
|
|
|
|
|
|
|
|
+#include <isc/md.h>
|
|
|
|
#include <isc/net.h>
|
|
|
|
#include <isc/print.h>
|
|
|
|
#include <isc/util.h>
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -133,6 +134,19 @@ main(int argc, char **argv) {
|
2023-01-27 17:24:45 +00:00
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
|
|
|
+ if (strcmp(argv[1], "--md5") == 0) {
|
|
|
|
+ unsigned char digest[ISC_MAX_MD_SIZE];
|
|
|
|
+ const unsigned char test[] = "test";
|
|
|
|
+ unsigned int size = sizeof(digest);
|
|
|
|
+
|
|
|
|
+ if (isc_md(ISC_MD_MD5, test, sizeof(test),
|
|
|
|
+ digest, &size) == ISC_R_SUCCESS) {
|
|
|
|
+ return (0);
|
|
|
|
+ } else {
|
|
|
|
+ return (1);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
if (strcmp(argv[1], "--ipv6only=no") == 0) {
|
|
|
|
#if defined(IPPROTO_IPV6) && defined(IPV6_V6ONLY)
|
|
|
|
int s;
|
|
|
|
diff --git a/bin/tests/system/notify/ns5/named.conf.in b/bin/tests/system/notify/ns5/named.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
index 5cab276..d4a7bf3 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/notify/ns5/named.conf.in
|
|
|
|
+++ b/bin/tests/system/notify/ns5/named.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -12,17 +12,17 @@
|
2023-01-27 17:24:45 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
key "a" {
|
|
|
|
- algorithm "hmac-md5";
|
|
|
|
+ algorithm "hmac-sha256";
|
|
|
|
secret "aaaaaaaaaaaaaaaaaaaa";
|
|
|
|
};
|
|
|
|
|
|
|
|
key "b" {
|
|
|
|
- algorithm "hmac-md5";
|
|
|
|
+ algorithm "hmac-sha256";
|
|
|
|
secret "bbbbbbbbbbbbbbbbbbbb";
|
|
|
|
};
|
|
|
|
|
|
|
|
key "c" {
|
|
|
|
- algorithm "hmac-md5";
|
|
|
|
+ algorithm "hmac-sha256";
|
|
|
|
secret "cccccccccccccccccccc";
|
|
|
|
};
|
|
|
|
|
|
|
|
diff --git a/bin/tests/system/notify/tests.sh b/bin/tests/system/notify/tests.sh
|
2022-09-14 18:51:22 +00:00
|
|
|
index 04fd34b..e5476ea 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/notify/tests.sh
|
|
|
|
+++ b/bin/tests/system/notify/tests.sh
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -179,7 +179,7 @@ test_start "checking notify to multiple views using tsig"
|
2023-01-27 17:24:45 +00:00
|
|
|
$NSUPDATE << EOF
|
|
|
|
server 10.53.0.5 ${PORT}
|
|
|
|
zone x21
|
|
|
|
-key a aaaaaaaaaaaaaaaaaaaa
|
|
|
|
+key hmac-sha256:a aaaaaaaaaaaaaaaaaaaa
|
|
|
|
update add added.x21 0 in txt "test string"
|
|
|
|
send
|
|
|
|
EOF
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -187,9 +187,9 @@ fnb="dig.out.b.ns5.test$n"
|
|
|
|
fnc="dig.out.c.ns5.test$n"
|
2023-01-27 17:24:45 +00:00
|
|
|
for i in 1 2 3 4 5 6 7 8 9
|
|
|
|
do
|
2022-09-14 18:51:22 +00:00
|
|
|
- dig_plus_opts added.x21. -y b:bbbbbbbbbbbbbbbbbbbb @10.53.0.5 \
|
|
|
|
+ dig_plus_opts added.x21. -y hmac-sha256:b:bbbbbbbbbbbbbbbbbbbb @10.53.0.5 \
|
|
|
|
txt > "$fnb" || ret=1
|
|
|
|
- dig_plus_opts added.x21. -y c:cccccccccccccccccccc @10.53.0.5 \
|
|
|
|
+ dig_plus_opts added.x21. -y hmac-sha256:c:cccccccccccccccccccc @10.53.0.5 \
|
|
|
|
txt > "$fnc" || ret=1
|
|
|
|
grep "test string" "$fnb" > /dev/null &&
|
|
|
|
grep "test string" "$fnc" > /dev/null &&
|
2023-01-27 17:24:45 +00:00
|
|
|
diff --git a/bin/tests/system/nsupdate/ns1/named.conf.in b/bin/tests/system/nsupdate/ns1/named.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
index 81d0c99..effbe2e 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/nsupdate/ns1/named.conf.in
|
|
|
|
+++ b/bin/tests/system/nsupdate/ns1/named.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -39,7 +39,7 @@ controls {
|
2023-01-27 17:24:45 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
key altkey {
|
|
|
|
- algorithm hmac-md5;
|
|
|
|
+ algorithm hmac-sha512;
|
|
|
|
secret "1234abcd8765";
|
|
|
|
};
|
|
|
|
|
|
|
|
diff --git a/bin/tests/system/nsupdate/ns2/named.conf.in b/bin/tests/system/nsupdate/ns2/named.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
index f1a1735..da2b3d1 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/nsupdate/ns2/named.conf.in
|
|
|
|
+++ b/bin/tests/system/nsupdate/ns2/named.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -34,7 +34,7 @@ controls {
|
2023-01-27 17:24:45 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
key altkey {
|
|
|
|
- algorithm hmac-md5;
|
|
|
|
+ algorithm hmac-sha512;
|
|
|
|
secret "1234abcd8765";
|
|
|
|
};
|
|
|
|
|
|
|
|
diff --git a/bin/tests/system/nsupdate/setup.sh b/bin/tests/system/nsupdate/setup.sh
|
2022-09-14 18:51:22 +00:00
|
|
|
index 50056dc..a4a1a3f 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/nsupdate/setup.sh
|
|
|
|
+++ b/bin/tests/system/nsupdate/setup.sh
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -72,7 +72,11 @@ EOF
|
2023-01-27 17:24:45 +00:00
|
|
|
|
|
|
|
$TSIGKEYGEN ddns-key.example.nil > ns1/ddns.key
|
|
|
|
|
|
|
|
-$TSIGKEYGEN -a hmac-md5 md5-key > ns1/md5.key
|
|
|
|
+if $FEATURETEST --md5; then
|
|
|
|
+ $TSIGKEYGEN -a hmac-md5 md5-key > ns1/md5.key
|
|
|
|
+else
|
|
|
|
+ echo -n > ns1/md5.key
|
|
|
|
+fi
|
|
|
|
$TSIGKEYGEN -a hmac-sha1 sha1-key > ns1/sha1.key
|
|
|
|
$TSIGKEYGEN -a hmac-sha224 sha224-key > ns1/sha224.key
|
|
|
|
$TSIGKEYGEN -a hmac-sha256 sha256-key > ns1/sha256.key
|
|
|
|
diff --git a/bin/tests/system/nsupdate/tests.sh b/bin/tests/system/nsupdate/tests.sh
|
2022-09-14 18:51:22 +00:00
|
|
|
index 0863d0a..559def7 100755
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/nsupdate/tests.sh
|
|
|
|
+++ b/bin/tests/system/nsupdate/tests.sh
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -841,7 +841,14 @@ fi
|
2023-01-27 17:24:45 +00:00
|
|
|
n=`expr $n + 1`
|
|
|
|
ret=0
|
|
|
|
echo_i "check TSIG key algorithms (nsupdate -k) ($n)"
|
|
|
|
-for alg in md5 sha1 sha224 sha256 sha384 sha512; do
|
|
|
|
+if $FEATURETEST --md5
|
|
|
|
+then
|
|
|
|
+ ALGS="md5 sha1 sha224 sha256 sha384 sha512"
|
|
|
|
+else
|
|
|
|
+ ALGS="sha1 sha224 sha256 sha384 sha512"
|
|
|
|
+ echo_i "skipping disabled md5 algorithm"
|
|
|
|
+fi
|
|
|
|
+for alg in $ALGS; do
|
|
|
|
$NSUPDATE -k ns1/${alg}.key <<END > /dev/null || ret=1
|
|
|
|
server 10.53.0.1 ${PORT}
|
|
|
|
update add ${alg}.keytests.nil. 600 A 10.10.10.3
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -849,7 +856,7 @@ send
|
2023-01-27 17:24:45 +00:00
|
|
|
END
|
|
|
|
done
|
|
|
|
sleep 2
|
|
|
|
-for alg in md5 sha1 sha224 sha256 sha384 sha512; do
|
|
|
|
+for alg in $ALGS; do
|
|
|
|
$DIG $DIGOPTS +short @10.53.0.1 ${alg}.keytests.nil | grep 10.10.10.3 > /dev/null 2>&1 || ret=1
|
|
|
|
done
|
|
|
|
if [ $ret -ne 0 ]; then
|
|
|
|
diff --git a/bin/tests/system/rndc/setup.sh b/bin/tests/system/rndc/setup.sh
|
2022-09-14 18:51:22 +00:00
|
|
|
index 4dd6fa7..1b79263 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/rndc/setup.sh
|
|
|
|
+++ b/bin/tests/system/rndc/setup.sh
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -47,7 +47,7 @@ make_key () {
|
2023-01-27 17:24:45 +00:00
|
|
|
sed 's/allow { 10.53.0.4/allow { any/' >> ns4/named.conf
|
|
|
|
}
|
|
|
|
|
|
|
|
-make_key 1 ${EXTRAPORT1} hmac-md5
|
|
|
|
+$FEATURETEST --md5 && make_key 1 ${EXTRAPORT1} hmac-md5
|
|
|
|
make_key 2 ${EXTRAPORT2} hmac-sha1
|
|
|
|
make_key 3 ${EXTRAPORT3} hmac-sha224
|
|
|
|
make_key 4 ${EXTRAPORT4} hmac-sha256
|
|
|
|
diff --git a/bin/tests/system/rndc/tests.sh b/bin/tests/system/rndc/tests.sh
|
2022-09-14 18:51:22 +00:00
|
|
|
index e678153..e7ec855 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/rndc/tests.sh
|
|
|
|
+++ b/bin/tests/system/rndc/tests.sh
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -350,15 +350,19 @@ if [ $ret != 0 ]; then echo_i "failed"; fi
|
2023-01-27 17:24:45 +00:00
|
|
|
status=$((status+ret))
|
|
|
|
|
|
|
|
n=$((n+1))
|
|
|
|
-echo_i "testing rndc with hmac-md5 ($n)"
|
|
|
|
-ret=0
|
|
|
|
-$RNDC -s 10.53.0.4 -p ${EXTRAPORT1} -c ns4/key1.conf status > /dev/null 2>&1 || ret=1
|
|
|
|
-for i in 2 3 4 5 6
|
|
|
|
-do
|
|
|
|
- $RNDC -s 10.53.0.4 -p ${EXTRAPORT1} -c ns4/key${i}.conf status > /dev/null 2>&1 && ret=1
|
|
|
|
-done
|
|
|
|
-if [ $ret != 0 ]; then echo_i "failed"; fi
|
|
|
|
-status=$((status+ret))
|
2022-09-14 18:51:22 +00:00
|
|
|
+if $FEATURETEST --md5; then
|
2023-01-27 17:24:45 +00:00
|
|
|
+ echo_i "testing rndc with hmac-md5 ($n)"
|
|
|
|
+ ret=0
|
|
|
|
+ $RNDC -s 10.53.0.4 -p ${EXTRAPORT1} -c ns4/key1.conf status > /dev/null 2>&1 || ret=1
|
|
|
|
+ for i in 2 3 4 5 6
|
|
|
|
+ do
|
|
|
|
+ $RNDC -s 10.53.0.4 -p ${EXTRAPORT1} -c ns4/key${i}.conf status > /dev/null 2>&1 && ret=1
|
|
|
|
+ done
|
|
|
|
+ if [ $ret != 0 ]; then echo_i "failed"; fi
|
|
|
|
+ status=$((status+ret))
|
|
|
|
+else
|
|
|
|
+ echo_i "skipping rndc with hmac-md5 ($n)"
|
|
|
|
+fi
|
|
|
|
|
|
|
|
n=$((n+1))
|
|
|
|
echo_i "testing rndc with hmac-sha1 ($n)"
|
|
|
|
diff --git a/bin/tests/system/tsig/ns1/named.conf.in b/bin/tests/system/tsig/ns1/named.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
index 76cf970..22637af 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/tsig/ns1/named.conf.in
|
|
|
|
+++ b/bin/tests/system/tsig/ns1/named.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -23,10 +23,7 @@ options {
|
2023-01-27 17:24:45 +00:00
|
|
|
notify no;
|
|
|
|
};
|
|
|
|
|
|
|
|
-key "md5" {
|
|
|
|
- secret "97rnFx24Tfna4mHPfgnerA==";
|
|
|
|
- algorithm hmac-md5;
|
|
|
|
-};
|
|
|
|
+# md5 key appended by setup.sh at the end
|
|
|
|
|
|
|
|
key "sha1" {
|
|
|
|
secret "FrSt77yPTFx6hTs4i2tKLB9LmE0=";
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -53,10 +50,7 @@ key "sha512" {
|
2023-01-27 17:24:45 +00:00
|
|
|
algorithm hmac-sha512;
|
|
|
|
};
|
|
|
|
|
|
|
|
-key "md5-trunc" {
|
|
|
|
- secret "97rnFx24Tfna4mHPfgnerA==";
|
|
|
|
- algorithm hmac-md5-80;
|
|
|
|
-};
|
|
|
|
+# md5-trunc key appended by setup.sh at the end
|
|
|
|
|
|
|
|
key "sha1-trunc" {
|
|
|
|
secret "FrSt77yPTFx6hTs4i2tKLB9LmE0=";
|
2022-09-14 18:51:22 +00:00
|
|
|
diff --git a/bin/tests/system/tsig/ns1/rndc5.conf.in b/bin/tests/system/tsig/ns1/rndc5.conf.in
|
|
|
|
new file mode 100644
|
|
|
|
index 0000000..0682194
|
|
|
|
--- /dev/null
|
|
|
|
+++ b/bin/tests/system/tsig/ns1/rndc5.conf.in
|
|
|
|
@@ -0,0 +1,10 @@
|
|
|
|
+# Conditionally included when support for MD5 is available
|
|
|
|
+key "md5" {
|
|
|
|
+ secret "97rnFx24Tfna4mHPfgnerA==";
|
|
|
|
+ algorithm hmac-md5;
|
|
|
|
+};
|
|
|
|
+
|
|
|
|
+key "md5-trunc" {
|
|
|
|
+ secret "97rnFx24Tfna4mHPfgnerA==";
|
|
|
|
+ algorithm hmac-md5-80;
|
|
|
|
+};
|
2023-01-27 17:24:45 +00:00
|
|
|
diff --git a/bin/tests/system/tsig/setup.sh b/bin/tests/system/tsig/setup.sh
|
2022-09-14 18:51:22 +00:00
|
|
|
index 34cc73b..d51ff21 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/tsig/setup.sh
|
|
|
|
+++ b/bin/tests/system/tsig/setup.sh
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -16,3 +16,8 @@
|
2023-01-27 17:24:45 +00:00
|
|
|
$SHELL clean.sh
|
|
|
|
|
|
|
|
copy_setports ns1/named.conf.in ns1/named.conf
|
|
|
|
+
|
|
|
|
+if $FEATURETEST --md5
|
|
|
|
+then
|
|
|
|
+ cat ns1/rndc5.conf.in >> ns1/named.conf
|
|
|
|
+fi
|
|
|
|
diff --git a/bin/tests/system/tsig/tests.sh b/bin/tests/system/tsig/tests.sh
|
2022-09-14 18:51:22 +00:00
|
|
|
index 1067227..ee05e83 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/tsig/tests.sh
|
|
|
|
+++ b/bin/tests/system/tsig/tests.sh
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -27,20 +27,25 @@ sha512="jI/Pa4qRu96t76Pns5Z/Ndxbn3QCkwcxLOgt9vgvnJw5wqTRvNyk3FtD6yIMd1dWVlqZ+Y4f
|
2023-01-27 17:24:45 +00:00
|
|
|
|
|
|
|
status=0
|
|
|
|
|
|
|
|
-echo_i "fetching using hmac-md5 (old form)"
|
|
|
|
-ret=0
|
|
|
|
-$DIG $DIGOPTS example.nil. -y "md5:$md5" @10.53.0.1 soa > dig.out.md5.old || ret=1
|
|
|
|
-grep -i "md5.*TSIG.*NOERROR" dig.out.md5.old > /dev/null || ret=1
|
|
|
|
-if [ $ret -eq 1 ] ; then
|
|
|
|
- echo_i "failed"; status=1
|
|
|
|
-fi
|
2022-09-14 18:51:22 +00:00
|
|
|
-
|
|
|
|
-echo_i "fetching using hmac-md5 (new form)"
|
|
|
|
-ret=0
|
|
|
|
-$DIG $DIGOPTS example.nil. -y "hmac-md5:md5:$md5" @10.53.0.1 soa > dig.out.md5.new || ret=1
|
|
|
|
-grep -i "md5.*TSIG.*NOERROR" dig.out.md5.new > /dev/null || ret=1
|
|
|
|
-if [ $ret -eq 1 ] ; then
|
|
|
|
- echo_i "failed"; status=1
|
2023-01-27 17:24:45 +00:00
|
|
|
+if $FEATURETEST --md5
|
|
|
|
+then
|
|
|
|
+ echo_i "fetching using hmac-md5 (old form)"
|
|
|
|
+ ret=0
|
|
|
|
+ $DIG $DIGOPTS example.nil. -y "md5:$md5" @10.53.0.1 soa > dig.out.md5.old || ret=1
|
|
|
|
+ grep -i "md5.*TSIG.*NOERROR" dig.out.md5.old > /dev/null || ret=1
|
|
|
|
+ if [ $ret -eq 1 ] ; then
|
|
|
|
+ echo_i "failed"; status=1
|
|
|
|
+ fi
|
2022-09-14 18:51:22 +00:00
|
|
|
+
|
2023-01-27 17:24:45 +00:00
|
|
|
+ echo_i "fetching using hmac-md5 (new form)"
|
|
|
|
+ ret=0
|
|
|
|
+ $DIG $DIGOPTS example.nil. -y "hmac-md5:md5:$md5" @10.53.0.1 soa > dig.out.md5.new || ret=1
|
|
|
|
+ grep -i "md5.*TSIG.*NOERROR" dig.out.md5.new > /dev/null || ret=1
|
|
|
|
+ if [ $ret -eq 1 ] ; then
|
|
|
|
+ echo_i "failed"; status=1
|
|
|
|
+ fi
|
|
|
|
+else
|
|
|
|
+ echo_i "skipping using hmac-md5"
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo_i "fetching using hmac-sha1"
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -88,12 +93,17 @@ fi
|
2023-01-27 17:24:45 +00:00
|
|
|
# Truncated TSIG
|
|
|
|
#
|
|
|
|
#
|
|
|
|
-echo_i "fetching using hmac-md5 (trunc)"
|
|
|
|
-ret=0
|
|
|
|
-$DIG $DIGOPTS example.nil. -y "hmac-md5-80:md5-trunc:$md5" @10.53.0.1 soa > dig.out.md5.trunc || ret=1
|
|
|
|
-grep -i "md5-trunc.*TSIG.*NOERROR" dig.out.md5.trunc > /dev/null || ret=1
|
|
|
|
-if [ $ret -eq 1 ] ; then
|
|
|
|
- echo_i "failed"; status=1
|
|
|
|
+if $FEATURETEST --md5
|
|
|
|
+then
|
|
|
|
+ echo_i "fetching using hmac-md5 (trunc)"
|
|
|
|
+ ret=0
|
|
|
|
+ $DIG $DIGOPTS example.nil. -y "hmac-md5-80:md5-trunc:$md5" @10.53.0.1 soa > dig.out.md5.trunc || ret=1
|
|
|
|
+ grep -i "md5-trunc.*TSIG.*NOERROR" dig.out.md5.trunc > /dev/null || ret=1
|
|
|
|
+ if [ $ret -eq 1 ] ; then
|
|
|
|
+ echo_i "failed"; status=1
|
|
|
|
+ fi
|
|
|
|
+else
|
|
|
|
+ echo_i "skipping using hmac-md5 (trunc)"
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo_i "fetching using hmac-sha1 (trunc)"
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -142,12 +152,17 @@ fi
|
2023-01-27 17:24:45 +00:00
|
|
|
# Check for bad truncation.
|
|
|
|
#
|
|
|
|
#
|
|
|
|
-echo_i "fetching using hmac-md5-80 (BADTRUNC)"
|
|
|
|
-ret=0
|
|
|
|
-$DIG $DIGOPTS example.nil. -y "hmac-md5-80:md5:$md5" @10.53.0.1 soa > dig.out.md5-80 || ret=1
|
|
|
|
-grep -i "md5.*TSIG.*BADTRUNC" dig.out.md5-80 > /dev/null || ret=1
|
|
|
|
-if [ $ret -eq 1 ] ; then
|
|
|
|
- echo_i "failed"; status=1
|
|
|
|
+if $FEATURETEST --md5
|
|
|
|
+then
|
|
|
|
+ echo_i "fetching using hmac-md5-80 (BADTRUNC)"
|
|
|
|
+ ret=0
|
|
|
|
+ $DIG $DIGOPTS example.nil. -y "hmac-md5-80:md5:$md5" @10.53.0.1 soa > dig.out.md5-80 || ret=1
|
|
|
|
+ grep -i "md5.*TSIG.*BADTRUNC" dig.out.md5-80 > /dev/null || ret=1
|
|
|
|
+ if [ $ret -eq 1 ] ; then
|
|
|
|
+ echo_i "failed"; status=1
|
|
|
|
+ fi
|
|
|
|
+else
|
|
|
|
+ echo_i "skipping using hmac-md5-80 (BADTRUNC)"
|
|
|
|
fi
|
|
|
|
|
|
|
|
echo_i "fetching using hmac-sha1-80 (BADTRUNC)"
|
|
|
|
diff --git a/bin/tests/system/upforwd/ns1/named.conf.in b/bin/tests/system/upforwd/ns1/named.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
index c2b57dd..cb13aa1 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/upforwd/ns1/named.conf.in
|
|
|
|
+++ b/bin/tests/system/upforwd/ns1/named.conf.in
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -12,7 +12,7 @@
|
2023-01-27 17:24:45 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
key "update.example." {
|
|
|
|
- algorithm "hmac-md5";
|
|
|
|
+ algorithm "hmac-sha256";
|
|
|
|
secret "c3Ryb25nIGVub3VnaCBmb3IgYSBtYW4gYnV0IG1hZGUgZm9yIGEgd29tYW4K";
|
|
|
|
};
|
|
|
|
|
|
|
|
diff --git a/bin/tests/system/upforwd/tests.sh b/bin/tests/system/upforwd/tests.sh
|
2022-09-14 18:51:22 +00:00
|
|
|
index a6de312..ebcadb1 100644
|
2023-01-27 17:24:45 +00:00
|
|
|
--- a/bin/tests/system/upforwd/tests.sh
|
|
|
|
+++ b/bin/tests/system/upforwd/tests.sh
|
2022-09-14 18:51:22 +00:00
|
|
|
@@ -80,7 +80,7 @@ if [ $ret != 0 ] ; then echo_i "failed"; status=`expr $status + $ret`; fi
|
2023-01-27 17:24:45 +00:00
|
|
|
|
|
|
|
echo_i "updating zone (signed) ($n)"
|
|
|
|
ret=0
|
|
|
|
-$NSUPDATE -y update.example:c3Ryb25nIGVub3VnaCBmb3IgYSBtYW4gYnV0IG1hZGUgZm9yIGEgd29tYW4K -- - <<EOF || ret=1
|
|
|
|
+$NSUPDATE -y hmac-sha256:update.example:c3Ryb25nIGVub3VnaCBmb3IgYSBtYW4gYnV0IG1hZGUgZm9yIGEgd29tYW4K -- - <<EOF || ret=1
|
|
|
|
server 10.53.0.3 ${PORT}
|
|
|
|
update add updated.example. 600 A 10.10.10.1
|
|
|
|
update add updated.example. 600 TXT Foo
|
|
|
|
--
|
2022-09-14 18:51:22 +00:00
|
|
|
2.37.3
|
2023-01-27 17:24:45 +00:00
|
|
|
|