]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: dev: Fix off by one error in dnssec-ksr sign
authorMatthijs Mekking <matthijs@isc.org>
Thu, 2 Apr 2026 14:47:46 +0000 (14:47 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 2 Apr 2026 14:47:46 +0000 (14:47 +0000)
commitae739daec27a3ff8d6fbec8127fb638c0fd46d67
tree701529dc5d31c595c7838331bd5d751ae89b9237
parent36acc92131f0b3cb63557c8d410d804b8e4846de
parentd9b6036e0f3b6a407e0035edbe6da613660219f4
chg: dev: Fix off by one error in dnssec-ksr sign

If the inception time of the signature is exactly equal to the inactive time of the key, add the signature.

Merge branch 'matthijs-skr-off-by-one-bug' into 'main'

See merge request isc-projects/bind9!11791