]> git.ipfire.org Git - thirdparty/bind9.git/commit
Handle DNS_R_NCACHENXRRSET in fetch_callback_{dnskey,validator}()
authorMark Andrews <marka@isc.org>
Wed, 28 Oct 2020 00:58:38 +0000 (11:58 +1100)
committerMark Andrews <marka@isc.org>
Thu, 29 Oct 2020 13:17:24 +0000 (00:17 +1100)
commit718e597def1daaae7edf9b151f6b24e0acc5c87a
tree6ad20c96fdd81684d708cf1f230de8fb7a3ab2c1
parentd9f3220424242ff5ebf8eaba6e90a1f1c6f573a5
Handle DNS_R_NCACHENXRRSET in fetch_callback_{dnskey,validator}()

DNS_R_NCACHENXRRSET can be return when zones are in transition state
from being unsigned to signed and signed to unsigned.  The validation
should be resumed and should result in a insecure answer.
lib/dns/validator.c