Make cds-digest-type plural

Allow for configuring multiple CDS records with different digest
types (currently only SHA-256 and SHA-384 are allowed).
This commit is contained in:
Matthijs Mekking
2023-02-10 15:18:36 +01:00
parent 06e64821f5
commit c0b606885e
24 changed files with 422 additions and 282 deletions

View File

@@ -41,7 +41,8 @@ set_zone_policy() {
DNSKEY_TTL=$4
# The CDS digest type in these tests are all the default,
# which is SHA-256 (2).
DIGEST_TYPE=2
CDS_SHA256="yes"
CDS_SHA384="no"
}
# Set expected NSEC3 parameters: flags ($1), iterations ($2), and
# salt length ($3).