]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit119f511a458a11f8ff2ac7342cbacebcd6ee8201
treee97cda747d7d1c1a27a0e4c8f8e2e9e3854e4e41
parentcbb0f165dc85ef880079d66e29661d9c993b5a19
parent38ef960fd0acd7889e6ed014def72b52f523c207
new: usr: "Add code paths to fully support PRIVATEDNS and PRIVATEOID keys"

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