+3768. [bug] "dnssec-checkds" was missing the SHA-384 digest
+ algorithm. [RT #34000]
+
3767. [func] Log explicitly when using rndc.key to configure
command channel. [RT #35316]
# Delegation Signer (DS) resource record
############################################################################
class DSRR:
- hashalgs = {1: 'SHA-1', 2: 'SHA-256', 3: 'GOST'}
+ hashalgs = {1: 'SHA-1', 2: 'SHA-256', 3: 'GOST', 4: 'SHA-384' }
rrname=''
rrclass='IN'
rrtype='DS'
# DNSSEC Lookaside Validation (DLV) resource record
############################################################################
class DLVRR:
- hashalgs = {1: 'SHA-1', 2: 'SHA-256', 3: 'GOST'}
+ hashalgs = {1: 'SHA-1', 2: 'SHA-256', 3: 'GOST', 4: 'SHA-384' }
parent=''
dlvname=''
rrname='IN'