]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: usr: Implement RFC 3645 Section 4.1.1 key expiry check in TKEY
authorOndřej Surý <ondrej@isc.org>
Wed, 1 Apr 2026 07:38:55 +0000 (09:38 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 1 Apr 2026 07:38:55 +0000 (09:38 +0200)
Check for existing TSIG keys before accepting a new
GSS-API negotiation and delete the key if it has expired.
Previously, an expired GSS key would permanently block
re-negotiation for that name until the server was restarted.

Merge branch 'ondrej/cleanup-gssapi-and-tkey-api' into 'main'

See merge request isc-projects/bind9!11713


Trivial merge