bind9/lib
Matthijs Mekking 2d2858841a Only warn if we could not delete signature
BIND can log this warning:

    zone example.ch/IN (signed): Key example.ch/ECDSAP256SHA256/56340
      missing or inactive and has no replacement: retaining signatures.

This log can happen when BIND tries to remove signatures because the
are about to expire or to be resigned. These RRsets may be signed with
the KSK if the ZSK files has been removed from disk. When we have
created a new ZSK we can replace the signatures creeated by the KSK
with signatures from the new ZSK.

It complains about the KSK being missing or inactive, but actually it
takes the key id from the RRSIG.

The warning is logged if BIND detects the private ZSK file is missing.

The warning is logged even if we were able to delete the signature.

With the change from this commit it only logs this warning if it is not
okay to delete the signature.
2022-01-06 09:32:32 +01:00
..
bind9 remove broken-nsec and reject-000-label options 2021-12-23 15:13:46 +11:00
dns Only warn if we could not delete signature 2022-01-06 09:32:32 +01:00
irs Check parsed resconf values 2021-08-12 09:52:52 -07:00
isc Add unit test of aligned isc_mem functions 2022-01-05 17:17:39 +01:00
isccc Pass the digest buffer length to EVP_DigestSignFinal 2021-12-17 20:28:01 +11:00
isccfg Report duplicate dnssec-policy names 2022-01-03 11:48:26 -08:00
ns Use the TLS context cache for server-side contexts 2021-12-29 10:25:14 +02:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00
unit-test-driver.sh.in Enforce a run time limit on unit test binaries 2021-04-07 11:41:45 +02:00