]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Use TLS for notifies if configured to do so
authorMark Andrews <marka@isc.org>
Thu, 24 Oct 2024 03:10:38 +0000 (03:10 +0000)
committerMark Andrews <marka@isc.org>
Thu, 24 Oct 2024 03:10:38 +0000 (03:10 +0000)
Notifies configured to use TLS will now be sent over TLS, instead of plaintext UDP or TCP.
Also, failing to load the TLS configuration for notify now also results in an error.

Closes #4821

Merge branch '4821-notify-over-tls' into 'main'

See merge request isc-projects/bind9!9407


Trivial merge