]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
new: usr: "Add code paths to fully support PRIVATEDNS and PRIVATEOID keys"
authorMark Andrews <marka@isc.org>
Thu, 19 Jun 2025 01:01:12 +0000 (01:01 +0000)
committerMark Andrews <marka@isc.org>
Thu, 19 Jun 2025 01:01:12 +0000 (01:01 +0000)
Added support for PRIVATEDNS and PRIVATEOID key usage. Added PRIVATEOID
test algorithms using the assigned OIDs for RSASHA256 and RSASHA512.

Added code to support proposed DS digest types that encode the PRIVATEDNS
and PRIVATEOID identifiers at the start of the digest field of the DS record.
This code is disabled by default.

Closes #3240

Merge branch '3240-add-privatedns-and-privateoid-support' into 'main'

See merge request isc-projects/bind9!10341


Trivial merge