]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.20] fix: usr: Fix rndc-confgen aborting on HMAC-SHA-384/512 keys above 512 bits
authorOndřej Surý <ondrej@isc.org>
Thu, 30 Apr 2026 05:06:31 +0000 (07:06 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 30 Apr 2026 05:06:31 +0000 (07:06 +0200)
`rndc-confgen -A hmac-sha384` and `-A hmac-sha512` documented a `-b`
range of 1..1024, but any value above 512 aborted on hardened builds
instead of producing a key. The full advertised range now works.

Closes #5903

Backport of MR !11903

Merge branch 'backport-5903-hmac-generate-stack-overflow-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11910


Trivial merge