diff --git a/doc/notes/notes-9.18.42.rst b/doc/notes/notes-9.18.42.rst index 44cb8ccd6c..51eaba37b0 100644 --- a/doc/notes/notes-9.18.42.rst +++ b/doc/notes/notes-9.18.42.rst @@ -15,10 +15,10 @@ Notes for BIND 9.18.42 Bug Fixes ~~~~~~~~~ -- Skip unsupported algorithms when looking for signing key. +- Skip unsupported algorithms when looking for a signing key. A mix of supported and unsupported DNSSEC algorithms in the same zone - could have caused validation failures. Ignore the DNSSEC keys with - unsupported algorithm when looking for the signing keys. :gl:`#5622` + could cause validation failures. Unsupported algorithms are now + ignored when looking for signing keys. :gl:`#5622`